Html Css Color HEX #51201F Red Oxide

📋 copy color: '#51201F'

red 81 ◦ green 32 ◦ blue 31

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

Shades of Red Oxide #51201F

Tints of Red Oxide #51201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.22%

 BLUE value IS 31 (12.5% from 255) = 21.53%

R = 56.25%
G = 22.22%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#51201F (or 0x51201F) is known color: Red Oxide. HEX triplet: 51, 20 and 1F. RGB value is (81,32,31). Sum of RGB (Red+Green+Blue) = 81+32+31=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #51201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51201F is #AEDFE0. Grayscale: #2E2E2E. Windows color (decimal): -11460577 or 2039889. OLE color: 2039889.

HSL color Cylindrical-coordinate representation of color #51201F: hue angle of 1.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51201F is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 32 31 -
CMYK 0 0.60 0.62 0.68
HSL 1.2º 0.45% 0.22% -
HSV(B) 1.2º 0.62% 0.32% -
XYZ 4.16 2.88 1.63 -
YUV 46.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 81 32 31 0 0.60 0.62 0.68 1.2 0.45 0.22
Hex 51 20 1F 0 3C 3E 44 1 2D 16
Octal 121 40 37 0 74 76 104 1 55 26
Binary 1010001 100000 11111 0 111100 111110 1000100 1 101101 10110

Color Harmonies of #51201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51201F

Black with #51201F

Text Example


Text Example

White with #51201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,32,31); }

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

background-color css

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

 a { background-color: rgb(81,32,31); }

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

border-color css

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

 span { border-color: rgb(81,32,31); }

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