Html Css Color HEX #572830 Black Rose

📋 copy color: '#572830'

red 87 ◦ green 40 ◦ blue 48

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

Shades of Black Rose #572830

Tints of Black Rose #572830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.86%

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

R = 49.71%
G = 22.86%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#572830 (or 0x572830) is known color: Black Rose. HEX triplet: 57, 28 and 30. RGB value is (87,40,48). Sum of RGB (Red+Green+Blue) = 87+40+48=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #572830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572830 is #A8D7CF. Grayscale: #363636. Windows color (decimal): -11065296 or 3156055. OLE color: 3156055.

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

Color convert

RGB 87 40 48 -
CMYK 0 0.54 0.45 0.66
HSL 349.79º 0.37% 0.25% -
HSV(B) 349.79º 0.54% 0.34% -
XYZ 5.22 3.76 3.25 -
YUV 54.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 87 40 48 0 0.54 0.45 0.66 349.79 0.37 0.25
Hex 57 28 30 0 36 2D 42 15E 25 19
Octal 127 50 60 0 66 55 102 536 45 31
Binary 1010111 101000 110000 0 110110 101101 1000010 101011110 100101 11001

Color Harmonies of #572830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572830

Black with #572830

Text Example


Text Example

White with #572830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572830; }

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

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

background-color css

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

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

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

border-color css

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

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

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