#BF5D1D

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

Shades of Christine #BF5D1D

Tints of Christine #BF5D1D

Color information

#BF5D1D (or 0xBF5D1D) is unknown color: approx Christine. HEX triplet: BF, 5D and 1D. RGB value is (191,93,29). Sum of RGB (Red+Green+Blue) = 191+93+29=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5D1D is #40A2E2. Grayscale: #737373. Windows color (decimal): -4236003 or 1924543. OLE color: 1924543.

HSL color Cylindrical-coordinate representation of color #BF5D1D: hue angle of 23.7º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF5D1D is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB1919329-
CMYK00.510.850.25
HSL23.7º73.64%43.14%-
HSV(B)23.7º84.82%74.9%-
XYZ25.6218.993.48-
YUV115.0179.47182.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.02%
GREEN value IS 93 (36.72% from 255) = 29.71%
BLUE value IS 29 (11.72% from 255) = 9.27%
R=61.02%
G=29.71%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191932900.510.850.2523.773.6443.14
HexBF5D1D0335519184a2b
Octal27713535063125313011253
Binary101111111011101111010110011101010111001110001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5D1D; }

 p { color: rgb(191,93,29); }

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

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

 a { background-color: rgb(191,93,29); }

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

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

 span { border-color: rgb(191,93,29); }

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