Html Css Color HEX #56293D Black Rose

📋 copy color: '#56293D'

red 86 ◦ green 41 ◦ blue 61

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

Shades of Black Rose #56293D

Tints of Black Rose #56293D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 32.45%

R = 45.74%
G = 21.81%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.66

RGB Variations

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

Color information

#56293D (or 0x56293D) is known color: Black Rose. HEX triplet: 56, 29 and 3D. RGB value is (86,41,61). Sum of RGB (Red+Green+Blue) = 86+41+61=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #56293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56293D is #A9D6C2. Grayscale: #383838. Windows color (decimal): -11130563 or 4008278. OLE color: 4008278.

HSL color Cylindrical-coordinate representation of color #56293D: hue angle of 333.33º 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 #56293D is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 41 61 -
CMYK 0 0.52 0.29 0.66
HSL 333.33º 0.35% 0.25% -
HSV(B) 333.33º 0.52% 0.34% -
XYZ 5.47 3.9 4.88 -
YUV 56.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 86 41 61 0 0.52 0.29 0.66 333.33 0.35 0.25
Hex 56 29 3D 0 34 1D 42 14D 23 19
Octal 126 51 75 0 64 35 102 515 43 31
Binary 1010110 101001 111101 0 110100 11101 1000010 101001101 100011 11001

Color Harmonies of #56293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56293D

Black with #56293D

Text Example


Text Example

White with #56293D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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