Html Css Color HEX #56263C Black Rose

📋 copy color: '#56263C'

red 86 ◦ green 38 ◦ blue 60

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

Shades of Black Rose #56263C

Tints of Black Rose #56263C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.65%

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

R = 46.74%
G = 20.65%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.66

RGB Variations

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

Color information

#56263C (or 0x56263C) is known color: Black Rose. HEX triplet: 56, 26 and 3C. RGB value is (86,38,60). Sum of RGB (Red+Green+Blue) = 86+38+60=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #56263C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56263C is #A9D9C3. Grayscale: #363636. Windows color (decimal): -11131332 or 3941974. OLE color: 3941974.

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

Color convert

RGB 86 38 60 -
CMYK 0 0.56 0.30 0.66
HSL 332.5º 0.39% 0.24% -
HSV(B) 332.5º 0.56% 0.34% -
XYZ 5.35 3.69 4.71 -
YUV 54.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 86 38 60 0 0.56 0.30 0.66 332.5 0.39 0.24
Hex 56 26 3C 0 38 1E 42 14C 27 18
Octal 126 46 74 0 70 36 102 514 47 30
Binary 1010110 100110 111100 0 111000 11110 1000010 101001100 100111 11000

Color Harmonies of #56263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56263C

Black with #56263C

Text Example


Text Example

White with #56263C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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