Html Css Color HEX #510907 Red Oxide

📋 copy color: '#510907'

red 81 ◦ green 9 ◦ blue 7

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

Shades of Red Oxide #510907

Tints of Red Oxide #510907

RGB

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

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

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

R = 83.51%
G = 9.28%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#510907 (or 0x510907) is known color: Red Oxide. HEX triplet: 51, 09 and 07. RGB value is (81,9,7). Sum of RGB (Red+Green+Blue) = 81+9+7=97 (12% of max value = 765). Red value is 81 (32.03% from 255 or 83.51% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 81 - color contains mainly: red. Hex color #510907 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510907 is #AEF6F8. Grayscale: #1E1E1E. Windows color (decimal): -11466489 or 461137. OLE color: 461137.

HSL color Cylindrical-coordinate representation of color #510907: hue angle of 1.62º 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 #510907 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 9 7 -
CMYK 0 0.89 0.91 0.68
HSL 1.62º 0.84% 0.17% -
HSV(B) 1.62º 0.91% 0.32% -
XYZ 3.53 1.96 0.39 -
YUV 30.3 114.85 164.16 -
System Red Green Blue C M Y K H S L
Decimal 81 9 7 0 0.89 0.91 0.68 1.62 0.84 0.17
Hex 51 9 7 0 59 5B 44 2 54 11
Octal 121 11 7 0 131 133 104 2 124 21
Binary 1010001 1001 111 0 1011001 1011011 1000100 10 1010100 10001

Color Harmonies of #510907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510907

Black with #510907

Text Example


Text Example

White with #510907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510907; }

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

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

background-color css

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

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

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

border-color css

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

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

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