Html Css Color HEX #571818 Red Oxide

📋 copy color: '#571818'

red 87 ◦ green 24 ◦ blue 24

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

Shades of Red Oxide #571818

Tints of Red Oxide #571818

RGB

 RED value IS 87 (34.38% from 255) = 64.44%

 GREEN value IS 24 (9.77% from 255) = 17.78%

 BLUE value IS 24 (9.77% from 255) = 17.78%

R = 64.44%
G = 17.78%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#571818 (or 0x571818) is known color: Red Oxide. HEX triplet: 57, 18 and 18. RGB value is (87,24,24). Sum of RGB (Red+Green+Blue) = 87+24+24=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #571818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571818 is #A8E7E7. Grayscale: #2A2A2A. Windows color (decimal): -11069416 or 1579095. OLE color: 1579095.

HSL color Cylindrical-coordinate representation of color #571818: hue angle of 0º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #571818 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 24 24 -
CMYK 0 0.72 0.72 0.66
HSL 0.57% 0.22% -
HSV(B) 0.72% 0.34% -
XYZ 4.42 2.75 1.16 -
YUV 42.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 87 24 24 0 0.72 0.72 0.66 0 0.57 0.22
Hex 57 18 18 0 48 48 42 0 39 16
Octal 127 30 30 0 110 110 102 0 71 26
Binary 1010111 11000 11000 0 1001000 1001000 1000010 0 111001 10110

Color Harmonies of #571818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571818

Black with #571818

Text Example


Text Example

White with #571818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571818; }

 p { color: rgb(87,24,24); }

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

background-color css

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

 a { background-color: rgb(87,24,24); }

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

border-color css

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

 span { border-color: rgb(87,24,24); }

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