Html Css Color HEX #59263B Black Rose

📋 copy color: '#59263B'

red 89 ◦ green 38 ◦ blue 59

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

Shades of Black Rose #59263B

Tints of Black Rose #59263B

RGB

 RED value IS 89 (35.16% from 255) = 47.85%

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

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

R = 47.85%
G = 20.43%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#59263B (or 0x59263B) is known color: Black Rose. HEX triplet: 59, 26 and 3B. RGB value is (89,38,59). Sum of RGB (Red+Green+Blue) = 89+38+59=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #59263B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59263B is #A6D9C4. Grayscale: #373737. Windows color (decimal): -10934725 or 3876441. OLE color: 3876441.

HSL color Cylindrical-coordinate representation of color #59263B: hue angle of 335.29º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59263B is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 38 59 -
CMYK 0 0.57 0.34 0.65
HSL 335.29º 0.4% 0.25% -
HSV(B) 335.29º 0.57% 0.35% -
XYZ 5.6 3.83 4.58 -
YUV 55.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 89 38 59 0 0.57 0.34 0.65 335.29 0.4 0.25
Hex 59 26 3B 0 39 22 41 14F 28 19
Octal 131 46 73 0 71 42 101 517 50 31
Binary 1011001 100110 111011 0 111001 100010 1000001 101001111 101000 11001

Color Harmonies of #59263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59263B

Black with #59263B

Text Example


Text Example

White with #59263B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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