Html Css Color HEX #510903 Red Oxide

📋 copy color: '#510903'

red 81 ◦ green 9 ◦ blue 3

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

Shades of Red Oxide #510903

Tints of Red Oxide #510903

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.68%

 BLUE value IS 3 (1.56% from 255) = 3.23%

R = 87.1%
G = 9.68%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#510903 (or 0x510903) is known color: Red Oxide. HEX triplet: 51, 09 and 03. RGB value is (81,9,3). Sum of RGB (Red+Green+Blue) = 81+9+3=93 (12% of max value = 765). Red value is 81 (32.03% from 255 or 87.10% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 81 - color contains mainly: red. Hex color #510903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510903 is #AEF6FC. Grayscale: #1D1D1D. Windows color (decimal): -11466493 or 198993. OLE color: 198993.

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

Color convert

RGB 81 9 3 -
CMYK 0 0.89 0.96 0.68
HSL 4.62º 0.93% 0.16% -
HSV(B) 4.62º 0.96% 0.32% -
XYZ 3.51 1.95 0.28 -
YUV 29.84 112.85 164.49 -
System Red Green Blue C M Y K H S L
Decimal 81 9 3 0 0.89 0.96 0.68 4.62 0.93 0.16
Hex 51 9 3 0 59 60 44 5 5D 10
Octal 121 11 3 0 131 140 104 5 135 20
Binary 1010001 1001 11 0 1011001 1100000 1000100 101 1011101 10000

Color Harmonies of #510903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510903

Black with #510903

Text Example


Text Example

White with #510903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510903; }

 p { color: rgb(81,9,3); }

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

background-color css

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

 a { background-color: rgb(81,9,3); }

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

border-color css

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

 span { border-color: rgb(81,9,3); }

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