Html Css Color HEX #572330 Black Rose

📋 copy color: '#572330'

red 87 ◦ green 35 ◦ blue 48

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

Shades of Black Rose #572330

Tints of Black Rose #572330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.24%

R = 51.18%
G = 20.59%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#572330 (or 0x572330) is known color: Black Rose. HEX triplet: 57, 23 and 30. RGB value is (87,35,48). Sum of RGB (Red+Green+Blue) = 87+35+48=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #572330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572330 is #A8DCCF. Grayscale: #343434. Windows color (decimal): -11066576 or 3154775. OLE color: 3154775.

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

Color convert

RGB 87 35 48 -
CMYK 0 0.60 0.45 0.66
HSL 345º 0.43% 0.24% -
HSV(B) 345º 0.6% 0.34% -
XYZ 5.07 3.44 3.19 -
YUV 52.03 125.73 152.94 -
System Red Green Blue C M Y K H S L
Decimal 87 35 48 0 0.60 0.45 0.66 345 0.43 0.24
Hex 57 23 30 0 3C 2D 42 159 2B 18
Octal 127 43 60 0 74 55 102 531 53 30
Binary 1010111 100011 110000 0 111100 101101 1000010 101011001 101011 11000

Color Harmonies of #572330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572330

Black with #572330

Text Example


Text Example

White with #572330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572330; }

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

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

background-color css

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

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

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

border-color css

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

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

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