Html Css Color HEX #531208 Red Oxide

📋 copy color: '#531208'

red 83 ◦ green 18 ◦ blue 8

#531208
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #531208

Tints of Red Oxide #531208

RGB

 RED value IS 83 (32.81% from 255) = 76.15%

 GREEN value IS 18 (7.42% from 255) = 16.51%

 BLUE value IS 8 (3.52% from 255) = 7.34%

R = 76.15%
G = 16.51%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#531208 (or 0x531208) is known color: Red Oxide. HEX triplet: 53, 12 and 08. RGB value is (83,18,8). Sum of RGB (Red+Green+Blue) = 83+18+8=109 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.15% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 83 - color contains mainly: red. Hex color #531208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531208 is #ACEDF7. Grayscale: #242424. Windows color (decimal): -11333112 or 528979. OLE color: 528979.

HSL color Cylindrical-coordinate representation of color #531208: hue angle of 8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #531208 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 18 8 -
CMYK 0 0.78 0.90 0.67
HSL 0.82% 0.18% -
HSV(B) 0.9% 0.33% -
XYZ 3.83 2.29 0.47 -
YUV 36.3 112.03 161.31 -
System Red Green Blue C M Y K H S L
Decimal 83 18 8 0 0.78 0.90 0.67 8 0.82 0.18
Hex 53 12 8 0 4E 5A 43 8 52 12
Octal 123 22 10 0 116 132 103 10 122 22
Binary 1010011 10010 1000 0 1001110 1011010 1000011 1000 1010010 10010

Color Harmonies of #531208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531208

Black with #531208

Text Example


Text Example

White with #531208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531208; }

 p { color: rgb(83,18,8); }

 H1.HeaderClassName
 {
   color: #531208;
 }
 .AnyTagClassName
 {
   color: #531208;
 }
</style>

background-color css

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

 a { background-color: rgb(83,18,8); }

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

border-color css

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

 span { border-color: rgb(83,18,8); }

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