Html Css Color HEX #59262F Black Rose

📋 copy color: '#59262F'

red 89 ◦ green 38 ◦ blue 47

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

Shades of Black Rose #59262F

Tints of Black Rose #59262F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.01%

R = 51.15%
G = 21.84%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#59262F (or 0x59262F) is known color: Black Rose. HEX triplet: 59, 26 and 2F. RGB value is (89,38,47). Sum of RGB (Red+Green+Blue) = 89+38+47=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #59262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59262F is #A6D9D0. Grayscale: #363636. Windows color (decimal): -10934737 or 3090009. OLE color: 3090009.

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

Color convert

RGB 89 38 47 -
CMYK 0 0.57 0.47 0.65
HSL 349.41º 0.4% 0.25% -
HSV(B) 349.41º 0.57% 0.35% -
XYZ 5.33 3.72 3.13 -
YUV 54.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 89 38 47 0 0.57 0.47 0.65 349.41 0.4 0.25
Hex 59 26 2F 0 39 2F 41 15D 28 19
Octal 131 46 57 0 71 57 101 535 50 31
Binary 1011001 100110 101111 0 111001 101111 1000001 101011101 101000 11001

Color Harmonies of #59262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59262F

Black with #59262F

Text Example


Text Example

White with #59262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59262F; }

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

 H1.HeaderClassName
 {
   color: #59262F;
 }
 .AnyTagClassName
 {
   color: #59262F;
 }
</style>

background-color css

<style>
 a { background-color: #59262F; }

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

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

border-color css

<style>
 span { border-color: #59262F; }

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

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