Html Css Color HEX #531605 Red Oxide

📋 copy color: '#531605'

red 83 ◦ green 22 ◦ blue 5

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

Shades of Red Oxide #531605

Tints of Red Oxide #531605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.55%

R = 75.45%
G = 20%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#531605 (or 0x531605) is known color: Red Oxide. HEX triplet: 53, 16 and 05. RGB value is (83,22,5). Sum of RGB (Red+Green+Blue) = 83+22+5=110 (14% of max value = 765). Red value is 83 (32.81% from 255 or 75.45% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 83 - color contains mainly: red. Hex color #531605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531605 is #ACE9FA. Grayscale: #262626. Windows color (decimal): -11332091 or 333395. OLE color: 333395.

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

Color convert

RGB 83 22 5 -
CMYK 0 0.73 0.94 0.67
HSL 13.08º 0.89% 0.17% -
HSV(B) 13.08º 0.94% 0.33% -
XYZ 3.88 2.42 0.41 -
YUV 38.3 109.21 159.88 -
System Red Green Blue C M Y K H S L
Decimal 83 22 5 0 0.73 0.94 0.67 13.08 0.89 0.17
Hex 53 16 5 0 49 5E 43 D 59 11
Octal 123 26 5 0 111 136 103 15 131 21
Binary 1010011 10110 101 0 1001001 1011110 1000011 1101 1011001 10001

Color Harmonies of #531605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531605

Black with #531605

Text Example


Text Example

White with #531605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531605; }

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

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

background-color css

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

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

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

border-color css

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

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

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