Html Css Color HEX #531606 Red Oxide

📋 copy color: '#531606'

red 83 ◦ green 22 ◦ blue 6

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

Shades of Red Oxide #531606

Tints of Red Oxide #531606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.41%

R = 74.77%
G = 19.82%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#531606 (or 0x531606) is known color: Red Oxide. HEX triplet: 53, 16 and 06. RGB value is (83,22,6). Sum of RGB (Red+Green+Blue) = 83+22+6=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #531606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531606 is #ACE9F9. Grayscale: #262626. Windows color (decimal): -11332090 or 398931. OLE color: 398931.

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

Color convert

RGB 83 22 6 -
CMYK 0 0.73 0.93 0.67
HSL 12.47º 0.87% 0.17% -
HSV(B) 12.47º 0.93% 0.33% -
XYZ 3.89 2.43 0.44 -
YUV 38.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 83 22 6 0 0.73 0.93 0.67 12.47 0.87 0.17
Hex 53 16 6 0 49 5D 43 C 57 11
Octal 123 26 6 0 111 135 103 14 127 21
Binary 1010011 10110 110 0 1001001 1011101 1000011 1100 1010111 10001

Color Harmonies of #531606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531606

Black with #531606

Text Example


Text Example

White with #531606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531606; }

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

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

background-color css

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

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

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

border-color css

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

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

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