Html Css Color HEX #531408 Red Oxide

📋 copy color: '#531408'

red 83 ◦ green 20 ◦ blue 8

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

Shades of Red Oxide #531408

Tints of Red Oxide #531408

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.02%

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

R = 74.77%
G = 18.02%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#531408 (or 0x531408) is known color: Red Oxide. HEX triplet: 53, 14 and 08. RGB value is (83,20,8). Sum of RGB (Red+Green+Blue) = 83+20+8=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #531408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531408 is #ACEBF7. Grayscale: #252525. Windows color (decimal): -11332600 or 529491. OLE color: 529491.

HSL color Cylindrical-coordinate representation of color #531408: hue angle of 9.6º 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 #531408 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 20 8 -
CMYK 0 0.76 0.90 0.67
HSL 9.6º 0.82% 0.18% -
HSV(B) 9.6º 0.9% 0.33% -
XYZ 3.86 2.36 0.48 -
YUV 37.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 83 20 8 0 0.76 0.90 0.67 9.6 0.82 0.18
Hex 53 14 8 0 4C 5A 43 A 52 12
Octal 123 24 10 0 114 132 103 12 122 22
Binary 1010011 10100 1000 0 1001100 1011010 1000011 1010 1010010 10010

Color Harmonies of #531408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531408

Black with #531408

Text Example


Text Example

White with #531408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531408; }

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

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

background-color css

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

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

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

border-color css

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

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

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