Html Css Color HEX #572323 Red Oxide

📋 copy color: '#572323'

red 87 ◦ green 35 ◦ blue 35

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

Shades of Red Oxide #572323

Tints of Red Oxide #572323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.29%

 BLUE value IS 35 (14.06% from 255) = 22.29%

R = 55.41%
G = 22.29%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#572323 (or 0x572323) is known color: Red Oxide. HEX triplet: 57, 23 and 23. RGB value is (87,35,35). Sum of RGB (Red+Green+Blue) = 87+35+35=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #572323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572323 is #A8DCDC. Grayscale: #323232. Windows color (decimal): -11066589 or 2302807. OLE color: 2302807.

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

Color convert

RGB 87 35 35 -
CMYK 0 0.60 0.60 0.66
HSL 0.43% 0.24% -
HSV(B) 0.6% 0.34% -
XYZ 4.83 3.35 1.98 -
YUV 50.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 87 35 35 0 0.60 0.60 0.66 0 0.43 0.24
Hex 57 23 23 0 3C 3C 42 0 2B 18
Octal 127 43 43 0 74 74 102 0 53 30
Binary 1010111 100011 100011 0 111100 111100 1000010 0 101011 11000

Color Harmonies of #572323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572323

Black with #572323

Text Example


Text Example

White with #572323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572323; }

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

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

background-color css

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

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

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

border-color css

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

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

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