Html Css Color HEX #571F32 Black Rose

📋 copy color: '#571F32'

red 87 ◦ green 31 ◦ blue 50

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

Shades of Black Rose #571F32

Tints of Black Rose #571F32

RGB

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

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

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

R = 51.79%
G = 18.45%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#571F32 (or 0x571F32) is known color: Black Rose. HEX triplet: 57, 1F and 32. RGB value is (87,31,50). Sum of RGB (Red+Green+Blue) = 87+31+50=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #571F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F32 is #A8E0CD. Grayscale: #313131. Windows color (decimal): -11067598 or 3284823. OLE color: 3284823.

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

Color convert

RGB 87 31 50 -
CMYK 0 0.64 0.43 0.66
HSL 339.64º 0.47% 0.23% -
HSV(B) 339.64º 0.64% 0.34% -
XYZ 5 3.24 3.38 -
YUV 49.91 128.05 154.46 -
System Red Green Blue C M Y K H S L
Decimal 87 31 50 0 0.64 0.43 0.66 339.64 0.47 0.23
Hex 57 1F 32 0 40 2B 42 154 2F 17
Octal 127 37 62 0 100 53 102 524 57 27
Binary 1010111 11111 110010 0 1000000 101011 1000010 101010100 101111 10111

Color Harmonies of #571F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571F32

Black with #571F32

Text Example


Text Example

White with #571F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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