Html Css Color HEX #572534 Black Rose

📋 copy color: '#572534'

red 87 ◦ green 37 ◦ blue 52

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

Shades of Black Rose #572534

Tints of Black Rose #572534

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.02%

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

R = 49.43%
G = 21.02%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.66

RGB Variations

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

Color information

#572534 (or 0x572534) is known color: Black Rose. HEX triplet: 57, 25 and 34. RGB value is (87,37,52). Sum of RGB (Red+Green+Blue) = 87+37+52=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #572534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572534 is #A8DACB. Grayscale: #353535. Windows color (decimal): -11066060 or 3417431. OLE color: 3417431.

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

Color convert

RGB 87 37 52 -
CMYK 0 0.57 0.40 0.66
HSL 342º 0.4% 0.24% -
HSV(B) 342º 0.57% 0.34% -
XYZ 5.21 3.6 3.67 -
YUV 53.66 127.07 151.78 -
System Red Green Blue C M Y K H S L
Decimal 87 37 52 0 0.57 0.40 0.66 342 0.4 0.24
Hex 57 25 34 0 39 28 42 156 28 18
Octal 127 45 64 0 71 50 102 526 50 30
Binary 1010111 100101 110100 0 111001 101000 1000010 101010110 101000 11000

Color Harmonies of #572534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572534

Black with #572534

Text Example


Text Example

White with #572534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572534; }

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

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

background-color css

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

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

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

border-color css

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

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

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