#bf3327

Color #BF3327 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #BF3327

Tints of Persian Red #BF3327

Color information

#BF3327 (or 0xBF3327) is unknown color: approx Persian Red. HEX triplet: BF, 33 and 27. RGB value is (191,51,39). Sum of RGB (Red+Green+Blue) = 191+51+39=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3327 is #40CCD8. Grayscale: #5B5B5B. Windows color (decimal): -4246745 or 2569151. OLE color: 2569151.

HSL color Cylindrical-coordinate representation of color #BF3327: hue angle of 4.74º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF3327 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB1915139-
CMYK00.730.800.25
HSL4.74º66.09%45.1%-
HSV(B)4.74º79.58%74.9%-
XYZ23.0413.593.33-
YUV91.4998.38198.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 67.97%
GREEN value IS 51 (20.31% from 255) = 18.15%
BLUE value IS 39 (15.62% from 255) = 13.88%
R=67.97%
G=18.15%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191513900.730.800.254.7466.0945.1
HexBF332704950195422d
Octal2776347011112031510255
Binary10111111110011100111010010011010000110011011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf3327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf3327; }

 p { color: rgb(191,51,39); }

 H1.HeaderClassName
 {
   color: #bf3327;
 }
 .AnyTagClassName
 {
   color: #bf3327;
 }
</style>
background-color css

<style>
 a { background-color: #bf3327; }

 a { background-color: rgb(191,51,39); }

 div.DivClassName
 {
   background-color: #bf3327;
 }
 .BgClassName
 {
   background-color: #bf3327;
 }
</style>
border-color css

<style>
 span { border-color: #bf3327; }

 span { border-color: rgb(191,51,39); }

 td.TdClassName
 {
   border-color: #bf3327;
 }
 .TagClassName
 {
   border-color: #bf3327;
 }
</style>