Html Css Color HEX #56263B Black Rose

📋 copy color: '#56263B'

red 86 ◦ green 38 ◦ blue 59

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

Shades of Black Rose #56263B

Tints of Black Rose #56263B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.24%

R = 46.99%
G = 20.77%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#56263B (or 0x56263B) is known color: Black Rose. HEX triplet: 56, 26 and 3B. RGB value is (86,38,59). Sum of RGB (Red+Green+Blue) = 86+38+59=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #56263B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56263B is #A9D9C4. Grayscale: #363636. Windows color (decimal): -11131333 or 3876438. OLE color: 3876438.

HSL color Cylindrical-coordinate representation of color #56263B: hue angle of 333.75º 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 #56263B is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 38 59 -
CMYK 0 0.56 0.31 0.66
HSL 333.75º 0.39% 0.24% -
HSV(B) 333.75º 0.56% 0.34% -
XYZ 5.32 3.68 4.57 -
YUV 54.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 86 38 59 0 0.56 0.31 0.66 333.75 0.39 0.24
Hex 56 26 3B 0 38 1F 42 14E 27 18
Octal 126 46 73 0 70 37 102 516 47 30
Binary 1010110 100110 111011 0 111000 11111 1000010 101001110 100111 11000

Color Harmonies of #56263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56263B

Black with #56263B

Text Example


Text Example

White with #56263B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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