Html Css Color HEX #59273D Black Rose

📋 copy color: '#59273D'

red 89 ◦ green 39 ◦ blue 61

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

Shades of Black Rose #59273D

Tints of Black Rose #59273D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.63%

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

R = 47.09%
G = 20.63%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#59273D (or 0x59273D) is known color: Black Rose. HEX triplet: 59, 27 and 3D. RGB value is (89,39,61). Sum of RGB (Red+Green+Blue) = 89+39+61=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #59273D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59273D is #A6D8C2. Grayscale: #383838. Windows color (decimal): -10934467 or 4007769. OLE color: 4007769.

HSL color Cylindrical-coordinate representation of color #59273D: hue angle of 333.6º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59273D is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 39 61 -
CMYK 0 0.56 0.31 0.65
HSL 333.6º 0.39% 0.25% -
HSV(B) 333.6º 0.56% 0.35% -
XYZ 5.69 3.91 4.87 -
YUV 56.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 89 39 61 0 0.56 0.31 0.65 333.6 0.39 0.25
Hex 59 27 3D 0 38 1F 41 14E 27 19
Octal 131 47 75 0 70 37 101 516 47 31
Binary 1011001 100111 111101 0 111000 11111 1000001 101001110 100111 11001

Color Harmonies of #59273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59273D

Black with #59273D

Text Example


Text Example

White with #59273D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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