Html Css Color HEX #571C2D Black Rose

📋 copy color: '#571C2D'

red 87 ◦ green 28 ◦ blue 45

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

Shades of Black Rose #571C2D

Tints of Black Rose #571C2D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.5%

 BLUE value IS 45 (17.97% from 255) = 28.13%

R = 54.38%
G = 17.5%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.66

RGB Variations

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

Color information

#571C2D (or 0x571C2D) is known color: Black Rose. HEX triplet: 57, 1C and 2D. RGB value is (87,28,45). Sum of RGB (Red+Green+Blue) = 87+28+45=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #571C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C2D is #A8E3D2. Grayscale: #2F2F2F. Windows color (decimal): -11068371 or 2956375. OLE color: 2956375.

HSL color Cylindrical-coordinate representation of color #571C2D: hue angle of 342.71º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #571C2D is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 28 45 -
CMYK 0 0.68 0.48 0.66
HSL 342.71º 0.51% 0.23% -
HSV(B) 342.71º 0.68% 0.34% -
XYZ 4.82 3.05 2.82 -
YUV 47.58 126.55 156.12 -
System Red Green Blue C M Y K H S L
Decimal 87 28 45 0 0.68 0.48 0.66 342.71 0.51 0.23
Hex 57 1C 2D 0 44 30 42 157 33 17
Octal 127 34 55 0 104 60 102 527 63 27
Binary 1010111 11100 101101 0 1000100 110000 1000010 101010111 110011 10111

Color Harmonies of #571C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571C2D

Black with #571C2D

Text Example


Text Example

White with #571C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571C2D; }

 p { color: rgb(87,28,45); }

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

background-color css

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

 a { background-color: rgb(87,28,45); }

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

border-color css

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

 span { border-color: rgb(87,28,45); }

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