Html Css Color HEX #59263A Black Rose

📋 copy color: '#59263A'

red 89 ◦ green 38 ◦ blue 58

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

Shades of Black Rose #59263A

Tints of Black Rose #59263A

RGB

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

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

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

R = 48.11%
G = 20.54%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#59263A (or 0x59263A) is known color: Black Rose. HEX triplet: 59, 26 and 3A. RGB value is (89,38,58). Sum of RGB (Red+Green+Blue) = 89+38+58=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59263A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59263A is #A6D9C5. Grayscale: #373737. Windows color (decimal): -10934726 or 3810905. OLE color: 3810905.

HSL color Cylindrical-coordinate representation of color #59263A: hue angle of 336.47º 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 #59263A is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 38 58 -
CMYK 0 0.57 0.35 0.65
HSL 336.47º 0.4% 0.25% -
HSV(B) 336.47º 0.57% 0.35% -
XYZ 5.58 3.82 4.45 -
YUV 55.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 89 38 58 0 0.57 0.35 0.65 336.47 0.4 0.25
Hex 59 26 3A 0 39 23 41 150 28 19
Octal 131 46 72 0 71 43 101 520 50 31
Binary 1011001 100110 111010 0 111001 100011 1000001 101010000 101000 11001

Color Harmonies of #59263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59263A

Black with #59263A

Text Example


Text Example

White with #59263A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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