Html Css Color HEX #572234 Black Rose

📋 copy color: '#572234'

red 87 ◦ green 34 ◦ blue 52

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

Shades of Black Rose #572234

Tints of Black Rose #572234

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.65%

 BLUE value IS 52 (20.7% from 255) = 30.06%

R = 50.29%
G = 19.65%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.66

RGB Variations

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

Color information

#572234 (or 0x572234) is known color: Black Rose. HEX triplet: 57, 22 and 34. RGB value is (87,34,52). Sum of RGB (Red+Green+Blue) = 87+34+52=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #572234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572234 is #A8DDCB. Grayscale: #333333. Windows color (decimal): -11066828 or 3416663. OLE color: 3416663.

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

Color convert

RGB 87 34 52 -
CMYK 0 0.61 0.40 0.66
HSL 339.62º 0.44% 0.24% -
HSV(B) 339.62º 0.61% 0.34% -
XYZ 5.12 3.42 3.64 -
YUV 51.9 128.06 153.04 -
System Red Green Blue C M Y K H S L
Decimal 87 34 52 0 0.61 0.40 0.66 339.62 0.44 0.24
Hex 57 22 34 0 3D 28 42 154 2C 18
Octal 127 42 64 0 75 50 102 524 54 30
Binary 1010111 100010 110100 0 111101 101000 1000010 101010100 101100 11000

Color Harmonies of #572234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572234

Black with #572234

Text Example


Text Example

White with #572234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572234; }

 p { color: rgb(87,34,52); }

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

background-color css

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

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

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

border-color css

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

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

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