Html Css Color HEX #59263D Black Rose

📋 copy color: '#59263D'

red 89 ◦ green 38 ◦ blue 61

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

Shades of Black Rose #59263D

Tints of Black Rose #59263D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 32.45%

R = 47.34%
G = 20.21%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#59263D (or 0x59263D) is known color: Black Rose. HEX triplet: 59, 26 and 3D. RGB value is (89,38,61). Sum of RGB (Red+Green+Blue) = 89+38+61=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #59263D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59263D is #A6D9C2. Grayscale: #373737. Windows color (decimal): -10934723 or 4007513. OLE color: 4007513.

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

Color convert

RGB 89 38 61 -
CMYK 0 0.57 0.31 0.65
HSL 332.94º 0.4% 0.25% -
HSV(B) 332.94º 0.57% 0.35% -
XYZ 5.66 3.85 4.86 -
YUV 55.87 130.9 151.63 -
System Red Green Blue C M Y K H S L
Decimal 89 38 61 0 0.57 0.31 0.65 332.94 0.4 0.25
Hex 59 26 3D 0 39 1F 41 14D 28 19
Octal 131 46 75 0 71 37 101 515 50 31
Binary 1011001 100110 111101 0 111001 11111 1000001 101001101 101000 11001

Color Harmonies of #59263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59263D

Black with #59263D

Text Example


Text Example

White with #59263D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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