Html Css Color HEX #571F2D Black Rose

📋 copy color: '#571F2D'

red 87 ◦ green 31 ◦ blue 45

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

Shades of Black Rose #571F2D

Tints of Black Rose #571F2D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.02%

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

R = 53.37%
G = 19.02%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.66

RGB Variations

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

Color information

#571F2D (or 0x571F2D) is known color: Black Rose. HEX triplet: 57, 1F and 2D. RGB value is (87,31,45). Sum of RGB (Red+Green+Blue) = 87+31+45=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #571F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F2D is #A8E0D2. Grayscale: #313131. Windows color (decimal): -11067603 or 2957143. OLE color: 2957143.

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

Color convert

RGB 87 31 45 -
CMYK 0 0.64 0.48 0.66
HSL 345º 0.47% 0.23% -
HSV(B) 345º 0.64% 0.34% -
XYZ 4.89 3.2 2.84 -
YUV 49.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 87 31 45 0 0.64 0.48 0.66 345 0.47 0.23
Hex 57 1F 2D 0 40 30 42 159 2F 17
Octal 127 37 55 0 100 60 102 531 57 27
Binary 1010111 11111 101101 0 1000000 110000 1000010 101011001 101111 10111

Color Harmonies of #571F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571F2D

Black with #571F2D

Text Example


Text Example

White with #571F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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