Html Css Color HEX #531708 Red Oxide

📋 copy color: '#531708'

red 83 ◦ green 23 ◦ blue 8

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

Shades of Red Oxide #531708

Tints of Red Oxide #531708

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.18%

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

R = 72.81%
G = 20.18%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#531708 (or 0x531708) is known color: Red Oxide. HEX triplet: 53, 17 and 08. RGB value is (83,23,8). Sum of RGB (Red+Green+Blue) = 83+23+8=114 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.81% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 83 - color contains mainly: red. Hex color #531708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531708 is #ACE8F7. Grayscale: #272727. Windows color (decimal): -11331832 or 530259. OLE color: 530259.

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

Color convert

RGB 83 23 8 -
CMYK 0 0.72 0.90 0.67
HSL 12º 0.82% 0.18% -
HSV(B) 12º 0.9% 0.33% -
XYZ 3.92 2.47 0.5 -
YUV 39.23 110.38 159.22 -
System Red Green Blue C M Y K H S L
Decimal 83 23 8 0 0.72 0.90 0.67 12 0.82 0.18
Hex 53 17 8 0 48 5A 43 C 52 12
Octal 123 27 10 0 110 132 103 14 122 22
Binary 1010011 10111 1000 0 1001000 1011010 1000011 1100 1010010 10010

Color Harmonies of #531708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531708

Black with #531708

Text Example


Text Example

White with #531708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531708; }

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

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

background-color css

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

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

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

border-color css

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

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

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