Html Css Color HEX #51100F Red Oxide

📋 copy color: '#51100F'

red 81 ◦ green 16 ◦ blue 15

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

Shades of Red Oxide #51100F

Tints of Red Oxide #51100F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.39%

R = 72.32%
G = 14.29%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.68

RGB Variations

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

Color information

#51100F (or 0x51100F) is known color: Red Oxide. HEX triplet: 51, 10 and 0F. RGB value is (81,16,15). Sum of RGB (Red+Green+Blue) = 81+16+15=112 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.32% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 81 - color contains mainly: red. Hex color #51100F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51100F is #AEEFF0. Grayscale: #232323. Windows color (decimal): -11464689 or 987217. OLE color: 987217.

HSL color Cylindrical-coordinate representation of color #51100F: hue angle of 0.91º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51100F is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 16 15 -
CMYK 0 0.80 0.81 0.68
HSL 0.91º 0.69% 0.19% -
HSV(B) 0.91º 0.81% 0.32% -
XYZ 3.66 2.15 0.67 -
YUV 35.32 116.53 160.58 -
System Red Green Blue C M Y K H S L
Decimal 81 16 15 0 0.80 0.81 0.68 0.91 0.69 0.19
Hex 51 10 F 0 50 51 44 1 45 13
Octal 121 20 17 0 120 121 104 1 105 23
Binary 1010001 10000 1111 0 1010000 1010001 1000100 1 1000101 10011

Color Harmonies of #51100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51100F

Black with #51100F

Text Example


Text Example

White with #51100F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51100F; }

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

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

background-color css

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

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

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

border-color css

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

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

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