Html Css Color HEX #571E2D Black Rose

📋 copy color: '#571E2D'

red 87 ◦ green 30 ◦ blue 45

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

Shades of Black Rose #571E2D

Tints of Black Rose #571E2D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.52%

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

R = 53.7%
G = 18.52%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.66

RGB Variations

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

Color information

#571E2D (or 0x571E2D) is known color: Black Rose. HEX triplet: 57, 1E and 2D. RGB value is (87,30,45). Sum of RGB (Red+Green+Blue) = 87+30+45=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #571E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571E2D is #A8E1D2. Grayscale: #303030. Windows color (decimal): -11067859 or 2956887. OLE color: 2956887.

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

Color convert

RGB 87 30 45 -
CMYK 0 0.66 0.48 0.66
HSL 344.21º 0.49% 0.23% -
HSV(B) 344.21º 0.66% 0.34% -
XYZ 4.87 3.14 2.83 -
YUV 48.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 87 30 45 0 0.66 0.48 0.66 344.21 0.49 0.23
Hex 57 1E 2D 0 42 30 42 158 31 17
Octal 127 36 55 0 102 60 102 530 61 27
Binary 1010111 11110 101101 0 1000010 110000 1000010 101011000 110001 10111

Color Harmonies of #571E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571E2D

Black with #571E2D

Text Example


Text Example

White with #571E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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