Html Css Color HEX #561D34 Black Rose

📋 copy color: '#561D34'

red 86 ◦ green 29 ◦ blue 52

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

Shades of Black Rose #561D34

Tints of Black Rose #561D34

RGB

 RED value IS 86 (33.98% from 255) = 51.5%

 GREEN value IS 29 (11.72% from 255) = 17.37%

 BLUE value IS 52 (20.7% from 255) = 31.14%

R = 51.5%
G = 17.37%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.66

RGB Variations

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

Color information

#561D34 (or 0x561D34) is known color: Black Rose. HEX triplet: 56, 1D and 34. RGB value is (86,29,52). Sum of RGB (Red+Green+Blue) = 86+29+52=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #561D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D34 is #A9E2CB. Grayscale: #303030. Windows color (decimal): -11133644 or 3415382. OLE color: 3415382.

HSL color Cylindrical-coordinate representation of color #561D34: hue angle of 335.79º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #561D34 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 29 52 -
CMYK 0 0.66 0.40 0.66
HSL 335.79º 0.5% 0.23% -
HSV(B) 335.79º 0.66% 0.34% -
XYZ 4.9 3.11 3.59 -
YUV 48.67 129.88 154.63 -
System Red Green Blue C M Y K H S L
Decimal 86 29 52 0 0.66 0.40 0.66 335.79 0.5 0.23
Hex 56 1D 34 0 42 28 42 150 32 17
Octal 126 35 64 0 102 50 102 520 62 27
Binary 1010110 11101 110100 0 1000010 101000 1000010 101010000 110010 10111

Color Harmonies of #561D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561D34

Black with #561D34

Text Example


Text Example

White with #561D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561D34; }

 p { color: rgb(86,29,52); }

 H1.HeaderClassName
 {
   color: #561D34;
 }
 .AnyTagClassName
 {
   color: #561D34;
 }
</style>

background-color css

<style>
 a { background-color: #561D34; }

 a { background-color: rgb(86,29,52); }

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

border-color css

<style>
 span { border-color: #561D34; }

 span { border-color: rgb(86,29,52); }

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