Html Css Color HEX #531007 Red Oxide

📋 copy color: '#531007'

red 83 ◦ green 16 ◦ blue 7

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

Shades of Red Oxide #531007

Tints of Red Oxide #531007

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.09%

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

R = 78.3%
G = 15.09%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#531007 (or 0x531007) is known color: Red Oxide. HEX triplet: 53, 10 and 07. RGB value is (83,16,7). Sum of RGB (Red+Green+Blue) = 83+16+7=106 (14% of max value = 765). Red value is 83 (32.81% from 255 or 78.30% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 83 - color contains mainly: red. Hex color #531007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531007 is #ACEFF8. Grayscale: #232323. Windows color (decimal): -11333625 or 462931. OLE color: 462931.

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

Color convert

RGB 83 16 7 -
CMYK 0 0.81 0.92 0.67
HSL 7.11º 0.84% 0.18% -
HSV(B) 7.11º 0.92% 0.33% -
XYZ 3.79 2.22 0.43 -
YUV 35.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 83 16 7 0 0.81 0.92 0.67 7.11 0.84 0.18
Hex 53 10 7 0 51 5C 43 7 54 12
Octal 123 20 7 0 121 134 103 7 124 22
Binary 1010011 10000 111 0 1010001 1011100 1000011 111 1010100 10010

Color Harmonies of #531007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531007

Black with #531007

Text Example


Text Example

White with #531007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531007; }

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

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

background-color css

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

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

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

border-color css

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

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

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