Html Css Color HEX #531612 Red Oxide

📋 copy color: '#531612'

red 83 ◦ green 22 ◦ blue 18

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

Shades of Red Oxide #531612

Tints of Red Oxide #531612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.63%

R = 67.48%
G = 17.89%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#531612 (or 0x531612) is known color: Red Oxide. HEX triplet: 53, 16 and 12. RGB value is (83,22,18). Sum of RGB (Red+Green+Blue) = 83+22+18=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #531612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531612 is #ACE9ED. Grayscale: #272727. Windows color (decimal): -11332078 or 1185363. OLE color: 1185363.

HSL color Cylindrical-coordinate representation of color #531612: hue angle of 3.69º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #531612 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 22 18 -
CMYK 0 0.73 0.78 0.67
HSL 3.69º 0.64% 0.2% -
HSV(B) 3.69º 0.78% 0.33% -
XYZ 3.96 2.46 0.84 -
YUV 39.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 83 22 18 0 0.73 0.78 0.67 3.69 0.64 0.2
Hex 53 16 12 0 49 4E 43 4 40 14
Octal 123 26 22 0 111 116 103 4 100 24
Binary 1010011 10110 10010 0 1001001 1001110 1000011 100 1000000 10100

Color Harmonies of #531612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531612

Black with #531612

Text Example


Text Example

White with #531612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531612; }

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

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

background-color css

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

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

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

border-color css

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

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

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