Html Css Color HEX #56252D Black Rose

📋 copy color: '#56252D'

red 86 ◦ green 37 ◦ blue 45

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

Shades of Black Rose #56252D

Tints of Black Rose #56252D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 26.79%

R = 51.19%
G = 22.02%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.66

RGB Variations

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

Color information

#56252D (or 0x56252D) is known color: Black Rose. HEX triplet: 56, 25 and 2D. RGB value is (86,37,45). Sum of RGB (Red+Green+Blue) = 86+37+45=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #56252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56252D is #A9DAD2. Grayscale: #343434. Windows color (decimal): -11131603 or 2958678. OLE color: 2958678.

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

Color convert

RGB 86 37 45 -
CMYK 0 0.57 0.48 0.66
HSL 350.2º 0.4% 0.24% -
HSV(B) 350.2º 0.57% 0.34% -
XYZ 4.97 3.49 2.89 -
YUV 52.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 86 37 45 0 0.57 0.48 0.66 350.2 0.4 0.24
Hex 56 25 2D 0 39 30 42 15E 28 18
Octal 126 45 55 0 71 60 102 536 50 30
Binary 1010110 100101 101101 0 111001 110000 1000010 101011110 101000 11000

Color Harmonies of #56252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56252D

Black with #56252D

Text Example


Text Example

White with #56252D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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