#B75D1B

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

Shades of Christine #B75D1B

Tints of Christine #B75D1B

Color information

#B75D1B (or 0xB75D1B) is unknown color: approx Christine. HEX triplet: B7, 5D and 1B. RGB value is (183,93,27). Sum of RGB (Red+Green+Blue) = 183+93+27=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75D1B is #48A2E4. Grayscale: #707070. Windows color (decimal): -4760293 or 1793463. OLE color: 1793463.

HSL color Cylindrical-coordinate representation of color #B75D1B: hue angle of 25.38º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B75D1B is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB1839327-
CMYK00.490.850.28
HSL25.38º74.29%41.18%-
HSV(B)25.38º85.25%71.76%-
XYZ23.6417.983.26-
YUV112.3979.82178.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.40%
GREEN value IS 93 (36.72% from 255) = 30.69%
BLUE value IS 27 (10.94% from 255) = 8.91%
R=60.40%
G=30.69%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183932700.490.850.2825.3874.2941.18
HexB75D1B031551C194a29
Octal26713533061125343111251
Binary101101111011101110110110001101010111100110011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75D1B; }

 p { color: rgb(183,93,27); }

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

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

 a { background-color: rgb(183,93,27); }

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

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

 span { border-color: rgb(183,93,27); }

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