Html Css Color HEX #572334 Black Rose

📋 copy color: '#572334'

red 87 ◦ green 35 ◦ blue 52

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

Shades of Black Rose #572334

Tints of Black Rose #572334

RGB

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

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

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

R = 50%
G = 20.11%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.66

RGB Variations

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

Color information

#572334 (or 0x572334) is known color: Black Rose. HEX triplet: 57, 23 and 34. RGB value is (87,35,52). Sum of RGB (Red+Green+Blue) = 87+35+52=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #572334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572334 is #A8DCCB. Grayscale: #343434. Windows color (decimal): -11066572 or 3416919. OLE color: 3416919.

HSL color Cylindrical-coordinate representation of color #572334: hue angle of 340.38º 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 #572334 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 35 52 -
CMYK 0 0.60 0.40 0.66
HSL 340.38º 0.43% 0.24% -
HSV(B) 340.38º 0.6% 0.34% -
XYZ 5.15 3.48 3.65 -
YUV 52.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 87 35 52 0 0.60 0.40 0.66 340.38 0.43 0.24
Hex 57 23 34 0 3C 28 42 154 2B 18
Octal 127 43 64 0 74 50 102 524 53 30
Binary 1010111 100011 110100 0 111100 101000 1000010 101010100 101011 11000

Color Harmonies of #572334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572334

Black with #572334

Text Example


Text Example

White with #572334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572334; }

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

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

background-color css

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

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

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

border-color css

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

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

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