#b75f1a

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

Shades of Christine #B75F1A

Tints of Christine #B75F1A

Color information

#B75F1A (or 0xB75F1A) is unknown color: approx Christine. HEX triplet: B7, 5F and 1A. RGB value is (183,95,26). Sum of RGB (Red+Green+Blue) = 183+95+26=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75F1A is #48A0E5. Grayscale: #717171. Windows color (decimal): -4759782 or 1728439. OLE color: 1728439.

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

Color convert

RGB1839526-
CMYK00.480.860.28
HSL26.37º75.12%40.98%-
HSV(B)26.37º85.79%71.76%-
XYZ23.8118.333.26-
YUV113.4578.65177.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.20%
GREEN value IS 95 (37.5% from 255) = 31.25%
BLUE value IS 26 (10.55% from 255) = 8.55%
R=60.20%
G=31.25%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183952600.480.860.2826.3775.1240.98
HexB75F1A030561C1a4b29
Octal26713732060126343211351
Binary101101111011111110100110000101011011100110101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b75f1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b75f1a; }

 p { color: rgb(183,95,26); }

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

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

 a { background-color: rgb(183,95,26); }

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

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

 span { border-color: rgb(183,95,26); }

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