Html Css Color HEX #571C2F Black Rose

📋 copy color: '#571C2F'

red 87 ◦ green 28 ◦ blue 47

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

Shades of Black Rose #571C2F

Tints of Black Rose #571C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 29.01%

R = 53.7%
G = 17.28%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.66

RGB Variations

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

Color information

#571C2F (or 0x571C2F) is known color: Black Rose. HEX triplet: 57, 1C and 2F. RGB value is (87,28,47). Sum of RGB (Red+Green+Blue) = 87+28+47=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #571C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C2F is #A8E3D0. Grayscale: #2F2F2F. Windows color (decimal): -11068369 or 3087447. OLE color: 3087447.

HSL color Cylindrical-coordinate representation of color #571C2F: hue angle of 340.68º 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 #571C2F is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 28 47 -
CMYK 0 0.68 0.46 0.66
HSL 340.68º 0.51% 0.23% -
HSV(B) 340.68º 0.68% 0.34% -
XYZ 4.86 3.06 3.02 -
YUV 47.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 87 28 47 0 0.68 0.46 0.66 340.68 0.51 0.23
Hex 57 1C 2F 0 44 2E 42 155 33 17
Octal 127 34 57 0 104 56 102 525 63 27
Binary 1010111 11100 101111 0 1000100 101110 1000010 101010101 110011 10111

Color Harmonies of #571C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571C2F

Black with #571C2F

Text Example


Text Example

White with #571C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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