Html Css Color HEX #59243A Black Rose

📋 copy color: '#59243A'

red 89 ◦ green 36 ◦ blue 58

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

Shades of Black Rose #59243A

Tints of Black Rose #59243A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.67%

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

R = 48.63%
G = 19.67%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#59243A (or 0x59243A) is known color: Black Rose. HEX triplet: 59, 24 and 3A. RGB value is (89,36,58). Sum of RGB (Red+Green+Blue) = 89+36+58=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #59243A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59243A is #A6DBC5. Grayscale: #363636. Windows color (decimal): -10935238 or 3810393. OLE color: 3810393.

HSL color Cylindrical-coordinate representation of color #59243A: hue angle of 335.09º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59243A is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 36 58 -
CMYK 0 0.60 0.35 0.65
HSL 335.09º 0.42% 0.25% -
HSV(B) 335.09º 0.6% 0.35% -
XYZ 5.51 3.69 4.42 -
YUV 54.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 89 36 58 0 0.60 0.35 0.65 335.09 0.42 0.25
Hex 59 24 3A 0 3C 23 41 14F 2A 19
Octal 131 44 72 0 74 43 101 517 52 31
Binary 1011001 100100 111010 0 111100 100011 1000001 101001111 101010 11001

Color Harmonies of #59243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59243A

Black with #59243A

Text Example


Text Example

White with #59243A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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