Html Css Color HEX #511001 Red Oxide

📋 copy color: '#511001'

red 81 ◦ green 16 ◦ blue 1

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

Shades of Red Oxide #511001

Tints of Red Oxide #511001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.02%

R = 82.65%
G = 16.33%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#511001 (or 0x511001) is known color: Red Oxide. HEX triplet: 51, 10 and 01. RGB value is (81,16,1). Sum of RGB (Red+Green+Blue) = 81+16+1=98 (12% of max value = 765). Red value is 81 (32.03% from 255 or 82.65% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 81 - color contains mainly: red. Hex color #511001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511001 is #AEEFFE. Grayscale: #212121. Windows color (decimal): -11464703 or 69713. OLE color: 69713.

HSL color Cylindrical-coordinate representation of color #511001: hue angle of 11.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #511001 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 16 1 -
CMYK 0 0.80 0.99 0.68
HSL 11.25º 0.98% 0.16% -
HSV(B) 11.25º 0.99% 0.32% -
XYZ 3.58 2.12 0.25 -
YUV 33.73 109.53 161.72 -
System Red Green Blue C M Y K H S L
Decimal 81 16 1 0 0.80 0.99 0.68 11.25 0.98 0.16
Hex 51 10 1 0 50 63 44 B 62 10
Octal 121 20 1 0 120 143 104 13 142 20
Binary 1010001 10000 1 0 1010000 1100011 1000100 1011 1100010 10000

Color Harmonies of #511001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511001

Black with #511001

Text Example


Text Example

White with #511001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511001; }

 p { color: rgb(81,16,1); }

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

background-color css

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

 a { background-color: rgb(81,16,1); }

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

border-color css

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

 span { border-color: rgb(81,16,1); }

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