Html Css Color HEX #56293C Black Rose

📋 copy color: '#56293C'

red 86 ◦ green 41 ◦ blue 60

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

Shades of Black Rose #56293C

Tints of Black Rose #56293C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.93%

 BLUE value IS 60 (23.83% from 255) = 32.09%

R = 45.99%
G = 21.93%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.66

RGB Variations

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

Color information

#56293C (or 0x56293C) is known color: Black Rose. HEX triplet: 56, 29 and 3C. RGB value is (86,41,60). Sum of RGB (Red+Green+Blue) = 86+41+60=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #56293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56293C is #A9D6C3. Grayscale: #383838. Windows color (decimal): -11130564 or 3942742. OLE color: 3942742.

HSL color Cylindrical-coordinate representation of color #56293C: hue angle of 334.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56293C is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 41 60 -
CMYK 0 0.52 0.30 0.66
HSL 334.67º 0.35% 0.25% -
HSV(B) 334.67º 0.52% 0.34% -
XYZ 5.45 3.89 4.74 -
YUV 56.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 86 41 60 0 0.52 0.30 0.66 334.67 0.35 0.25
Hex 56 29 3C 0 34 1E 42 14F 23 19
Octal 126 51 74 0 64 36 102 517 43 31
Binary 1010110 101001 111100 0 110100 11110 1000010 101001111 100011 11001

Color Harmonies of #56293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56293C

Black with #56293C

Text Example


Text Example

White with #56293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56293C; }

 p { color: rgb(86,41,60); }

 H1.HeaderClassName
 {
   color: #56293C;
 }
 .AnyTagClassName
 {
   color: #56293C;
 }
</style>

background-color css

<style>
 a { background-color: #56293C; }

 a { background-color: rgb(86,41,60); }

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

border-color css

<style>
 span { border-color: #56293C; }

 span { border-color: rgb(86,41,60); }

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