Html Css Color HEX #571A2D Black Rose

📋 copy color: '#571A2D'

red 87 ◦ green 26 ◦ blue 45

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

Shades of Black Rose #571A2D

Tints of Black Rose #571A2D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.46%

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

R = 55.06%
G = 16.46%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.66

RGB Variations

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

Color information

#571A2D (or 0x571A2D) is known color: Black Rose. HEX triplet: 57, 1A and 2D. RGB value is (87,26,45). Sum of RGB (Red+Green+Blue) = 87+26+45=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #571A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A2D is #A8E5D2. Grayscale: #2E2E2E. Windows color (decimal): -11068883 or 2955863. OLE color: 2955863.

HSL color Cylindrical-coordinate representation of color #571A2D: hue angle of 341.31º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A2D is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 26 45 -
CMYK 0 0.70 0.48 0.66
HSL 341.31º 0.54% 0.22% -
HSV(B) 341.31º 0.7% 0.34% -
XYZ 4.77 2.95 2.8 -
YUV 46.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 87 26 45 0 0.70 0.48 0.66 341.31 0.54 0.22
Hex 57 1A 2D 0 46 30 42 155 36 16
Octal 127 32 55 0 106 60 102 525 66 26
Binary 1010111 11010 101101 0 1000110 110000 1000010 101010101 110110 10110

Color Harmonies of #571A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571A2D

Black with #571A2D

Text Example


Text Example

White with #571A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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