Html Css Color HEX #511507 Red Oxide

📋 copy color: '#511507'

red 81 ◦ green 21 ◦ blue 7

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

Shades of Red Oxide #511507

Tints of Red Oxide #511507

RGB

 RED value IS 81 (32.03% from 255) = 74.31%

 GREEN value IS 21 (8.59% from 255) = 19.27%

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

R = 74.31%
G = 19.27%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#511507 (or 0x511507) is known color: Red Oxide. HEX triplet: 51, 15 and 07. RGB value is (81,21,7). Sum of RGB (Red+Green+Blue) = 81+21+7=109 (14% of max value = 765). Red value is 81 (32.03% from 255 or 74.31% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 81 - color contains mainly: red. Hex color #511507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511507 is #AEEAF8. Grayscale: #252525. Windows color (decimal): -11463417 or 464209. OLE color: 464209.

HSL color Cylindrical-coordinate representation of color #511507: hue angle of 11.35º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #511507 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 21 7 -
CMYK 0 0.74 0.91 0.68
HSL 11.35º 0.84% 0.17% -
HSV(B) 11.35º 0.91% 0.32% -
XYZ 3.7 2.3 0.45 -
YUV 37.34 110.88 159.14 -
System Red Green Blue C M Y K H S L
Decimal 81 21 7 0 0.74 0.91 0.68 11.35 0.84 0.17
Hex 51 15 7 0 4A 5B 44 B 54 11
Octal 121 25 7 0 112 133 104 13 124 21
Binary 1010001 10101 111 0 1001010 1011011 1000100 1011 1010100 10001

Color Harmonies of #511507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511507

Black with #511507

Text Example


Text Example

White with #511507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511507; }

 p { color: rgb(81,21,7); }

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

background-color css

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

 a { background-color: rgb(81,21,7); }

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

border-color css

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

 span { border-color: rgb(81,21,7); }

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