Html Css Color HEX #531405 Red Oxide

📋 copy color: '#531405'

red 83 ◦ green 20 ◦ blue 5

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

Shades of Red Oxide #531405

Tints of Red Oxide #531405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.52%

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

R = 76.85%
G = 18.52%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#531405 (or 0x531405) is known color: Red Oxide. HEX triplet: 53, 14 and 05. RGB value is (83,20,5). Sum of RGB (Red+Green+Blue) = 83+20+5=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #531405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531405 is #ACEBFA. Grayscale: #252525. Windows color (decimal): -11332603 or 332883. OLE color: 332883.

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

Color convert

RGB 83 20 5 -
CMYK 0 0.76 0.94 0.67
HSL 11.54º 0.89% 0.17% -
HSV(B) 11.54º 0.94% 0.33% -
XYZ 3.84 2.35 0.39 -
YUV 37.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 83 20 5 0 0.76 0.94 0.67 11.54 0.89 0.17
Hex 53 14 5 0 4C 5E 43 C 59 11
Octal 123 24 5 0 114 136 103 14 131 21
Binary 1010011 10100 101 0 1001100 1011110 1000011 1100 1011001 10001

Color Harmonies of #531405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531405

Black with #531405

Text Example


Text Example

White with #531405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531405; }

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

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

background-color css

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

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

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

border-color css

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

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

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