Html Css Color HEX #531608 Red Oxide

📋 copy color: '#531608'

red 83 ◦ green 22 ◦ blue 8

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

Shades of Red Oxide #531608

Tints of Red Oxide #531608

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.47%

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

R = 73.45%
G = 19.47%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#531608 (or 0x531608) is known color: Red Oxide. HEX triplet: 53, 16 and 08. RGB value is (83,22,8). Sum of RGB (Red+Green+Blue) = 83+22+8=113 (14% of max value = 765). Red value is 83 (32.81% from 255 or 73.45% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 83 - color contains mainly: red. Hex color #531608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531608 is #ACE9F7. Grayscale: #262626. Windows color (decimal): -11332088 or 530003. OLE color: 530003.

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

Color convert

RGB 83 22 8 -
CMYK 0 0.73 0.90 0.67
HSL 11.2º 0.82% 0.18% -
HSV(B) 11.2º 0.9% 0.33% -
XYZ 3.9 2.43 0.49 -
YUV 38.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 83 22 8 0 0.73 0.90 0.67 11.2 0.82 0.18
Hex 53 16 8 0 49 5A 43 B 52 12
Octal 123 26 10 0 111 132 103 13 122 22
Binary 1010011 10110 1000 0 1001001 1011010 1000011 1011 1010010 10010

Color Harmonies of #531608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531608

Black with #531608

Text Example


Text Example

White with #531608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531608; }

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

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

background-color css

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

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

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

border-color css

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

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

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