Html Css Color HEX #56253A Black Rose

📋 copy color: '#56253A'

red 86 ◦ green 37 ◦ blue 58

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

Shades of Black Rose #56253A

Tints of Black Rose #56253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.44%

 BLUE value IS 58 (23.05% from 255) = 32.04%

R = 47.51%
G = 20.44%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#56253A (or 0x56253A) is known color: Black Rose. HEX triplet: 56, 25 and 3A. RGB value is (86,37,58). Sum of RGB (Red+Green+Blue) = 86+37+58=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #56253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56253A is #A9DAC5. Grayscale: #363636. Windows color (decimal): -11131590 or 3810646. OLE color: 3810646.

HSL color Cylindrical-coordinate representation of color #56253A: hue angle of 334.29º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56253A is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 37 58 -
CMYK 0 0.57 0.33 0.66
HSL 334.29º 0.4% 0.24% -
HSV(B) 334.29º 0.57% 0.34% -
XYZ 5.26 3.61 4.42 -
YUV 54.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 86 37 58 0 0.57 0.33 0.66 334.29 0.4 0.24
Hex 56 25 3A 0 39 21 42 14E 28 18
Octal 126 45 72 0 71 41 102 516 50 30
Binary 1010110 100101 111010 0 111001 100001 1000010 101001110 101000 11000

Color Harmonies of #56253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56253A

Black with #56253A

Text Example


Text Example

White with #56253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56253A; }

 p { color: rgb(86,37,58); }

 H1.HeaderClassName
 {
   color: #56253A;
 }
 .AnyTagClassName
 {
   color: #56253A;
 }
</style>

background-color css

<style>
 a { background-color: #56253A; }

 a { background-color: rgb(86,37,58); }

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

border-color css

<style>
 span { border-color: #56253A; }

 span { border-color: rgb(86,37,58); }

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