Html Css Color HEX #571B2E Black Rose

📋 copy color: '#571B2E'

red 87 ◦ green 27 ◦ blue 46

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

Shades of Black Rose #571B2E

Tints of Black Rose #571B2E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.88%

 BLUE value IS 46 (18.36% from 255) = 28.75%

R = 54.38%
G = 16.88%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.66

RGB Variations

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

Color information

#571B2E (or 0x571B2E) is known color: Black Rose. HEX triplet: 57, 1B and 2E. RGB value is (87,27,46). Sum of RGB (Red+Green+Blue) = 87+27+46=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #571B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571B2E is #A8E4D1. Grayscale: #2F2F2F. Windows color (decimal): -11068626 or 3021655. OLE color: 3021655.

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

Color convert

RGB 87 27 46 -
CMYK 0 0.69 0.47 0.66
HSL 341º 0.53% 0.22% -
HSV(B) 341º 0.69% 0.34% -
XYZ 4.82 3.01 2.91 -
YUV 47.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 87 27 46 0 0.69 0.47 0.66 341 0.53 0.22
Hex 57 1B 2E 0 45 2F 42 155 35 16
Octal 127 33 56 0 105 57 102 525 65 26
Binary 1010111 11011 101110 0 1000101 101111 1000010 101010101 110101 10110

Color Harmonies of #571B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571B2E

Black with #571B2E

Text Example


Text Example

White with #571B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,27,46); }

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

background-color css

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

 a { background-color: rgb(87,27,46); }

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

border-color css

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

 span { border-color: rgb(87,27,46); }

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