Html Css Color HEX #531607 Red Oxide

📋 copy color: '#531607'

red 83 ◦ green 22 ◦ blue 7

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

Shades of Red Oxide #531607

Tints of Red Oxide #531607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.25%

R = 74.11%
G = 19.64%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#531607 (or 0x531607) is known color: Red Oxide. HEX triplet: 53, 16 and 07. RGB value is (83,22,7). Sum of RGB (Red+Green+Blue) = 83+22+7=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #531607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531607 is #ACE9F8. Grayscale: #262626. Windows color (decimal): -11332089 or 464467. OLE color: 464467.

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

Color convert

RGB 83 22 7 -
CMYK 0 0.73 0.92 0.67
HSL 11.84º 0.84% 0.18% -
HSV(B) 11.84º 0.92% 0.33% -
XYZ 3.89 2.43 0.46 -
YUV 38.53 110.21 159.72 -
System Red Green Blue C M Y K H S L
Decimal 83 22 7 0 0.73 0.92 0.67 11.84 0.84 0.18
Hex 53 16 7 0 49 5C 43 C 54 12
Octal 123 26 7 0 111 134 103 14 124 22
Binary 1010011 10110 111 0 1001001 1011100 1000011 1100 1010100 10010

Color Harmonies of #531607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531607

Black with #531607

Text Example


Text Example

White with #531607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531607; }

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

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

background-color css

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

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

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

border-color css

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

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

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