Html Css Color HEX #511F1F Red Oxide

📋 copy color: '#511F1F'

red 81 ◦ green 31 ◦ blue 31

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

Shades of Red Oxide #511F1F

Tints of Red Oxide #511F1F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.68%

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

R = 56.64%
G = 21.68%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#511F1F (or 0x511F1F) is known color: Red Oxide. HEX triplet: 51, 1F and 1F. RGB value is (81,31,31). Sum of RGB (Red+Green+Blue) = 81+31+31=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #511F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F1F is #AEE0E0. Grayscale: #2E2E2E. Windows color (decimal): -11460833 or 2039633. OLE color: 2039633.

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

Color convert

RGB 81 31 31 -
CMYK 0 0.62 0.62 0.68
HSL 0.45% 0.22% -
HSV(B) 0.62% 0.32% -
XYZ 4.13 2.83 1.62 -
YUV 45.95 119.57 153 -
System Red Green Blue C M Y K H S L
Decimal 81 31 31 0 0.62 0.62 0.68 0 0.45 0.22
Hex 51 1F 1F 0 3E 3E 44 0 2D 16
Octal 121 37 37 0 76 76 104 0 55 26
Binary 1010001 11111 11111 0 111110 111110 1000100 0 101101 10110

Color Harmonies of #511F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511F1F

Black with #511F1F

Text Example


Text Example

White with #511F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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