Html Css Color HEX #571B32 Black Rose

📋 copy color: '#571B32'

red 87 ◦ green 27 ◦ blue 50

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

Shades of Black Rose #571B32

Tints of Black Rose #571B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 30.49%

R = 53.05%
G = 16.46%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#571B32 (or 0x571B32) is known color: Black Rose. HEX triplet: 57, 1B and 32. RGB value is (87,27,50). Sum of RGB (Red+Green+Blue) = 87+27+50=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 27 (10.94% from 255 or 16.46% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #571B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571B32 is #A8E4CD. Grayscale: #2F2F2F. Windows color (decimal): -11068622 or 3283799. OLE color: 3283799.

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

Color convert

RGB 87 27 50 -
CMYK 0 0.69 0.43 0.66
HSL 337º 0.53% 0.22% -
HSV(B) 337º 0.69% 0.34% -
XYZ 4.9 3.04 3.35 -
YUV 47.56 129.38 156.13 -
System Red Green Blue C M Y K H S L
Decimal 87 27 50 0 0.69 0.43 0.66 337 0.53 0.22
Hex 57 1B 32 0 45 2B 42 151 35 16
Octal 127 33 62 0 105 53 102 521 65 26
Binary 1010111 11011 110010 0 1000101 101011 1000010 101010001 110101 10110

Color Harmonies of #571B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571B32

Black with #571B32

Text Example


Text Example

White with #571B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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