Html Css Color HEX #572730 Black Rose

📋 copy color: '#572730'

red 87 ◦ green 39 ◦ blue 48

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

Shades of Black Rose #572730

Tints of Black Rose #572730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.41%

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

R = 50%
G = 22.41%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#572730 (or 0x572730) is known color: Black Rose. HEX triplet: 57, 27 and 30. RGB value is (87,39,48). Sum of RGB (Red+Green+Blue) = 87+39+48=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #572730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572730 is #A8D8CF. Grayscale: #363636. Windows color (decimal): -11065552 or 3155799. OLE color: 3155799.

HSL color Cylindrical-coordinate representation of color #572730: hue angle of 348.75º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #572730 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 39 48 -
CMYK 0 0.55 0.45 0.66
HSL 348.75º 0.38% 0.25% -
HSV(B) 348.75º 0.55% 0.34% -
XYZ 5.19 3.69 3.24 -
YUV 54.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 87 39 48 0 0.55 0.45 0.66 348.75 0.38 0.25
Hex 57 27 30 0 37 2D 42 15D 26 19
Octal 127 47 60 0 67 55 102 535 46 31
Binary 1010111 100111 110000 0 110111 101101 1000010 101011101 100110 11001

Color Harmonies of #572730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572730

Black with #572730

Text Example


Text Example

White with #572730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572730; }

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

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

background-color css

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

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

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

border-color css

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

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

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