Html Css Color HEX #572235 Black Rose

📋 copy color: '#572235'

red 87 ◦ green 34 ◦ blue 53

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

Shades of Black Rose #572235

Tints of Black Rose #572235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.46%

R = 50%
G = 19.54%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.66

RGB Variations

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

Color information

#572235 (or 0x572235) is known color: Black Rose. HEX triplet: 57, 22 and 35. RGB value is (87,34,53). Sum of RGB (Red+Green+Blue) = 87+34+53=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #572235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572235 is #A8DDCA. Grayscale: #333333. Windows color (decimal): -11066827 or 3482199. OLE color: 3482199.

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

Color convert

RGB 87 34 53 -
CMYK 0 0.61 0.39 0.66
HSL 338.49º 0.44% 0.24% -
HSV(B) 338.49º 0.61% 0.34% -
XYZ 5.15 3.43 3.76 -
YUV 52.01 128.56 152.96 -
System Red Green Blue C M Y K H S L
Decimal 87 34 53 0 0.61 0.39 0.66 338.49 0.44 0.24
Hex 57 22 35 0 3D 27 42 152 2C 18
Octal 127 42 65 0 75 47 102 522 54 30
Binary 1010111 100010 110101 0 111101 100111 1000010 101010010 101100 11000

Color Harmonies of #572235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572235

Black with #572235

Text Example


Text Example

White with #572235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572235; }

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

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

background-color css

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

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

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

border-color css

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

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

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