Html Css Color HEX #5A2637 Black Rose

📋 copy color: '#5A2637'

red 90 ◦ green 38 ◦ blue 55

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

Shades of Black Rose #5A2637

Tints of Black Rose #5A2637

RGB

 RED value IS 90 (35.55% from 255) = 49.18%

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

 BLUE value IS 55 (21.88% from 255) = 30.05%

R = 49.18%
G = 20.77%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#5A2637 (or 0x5A2637) is known color: Black Rose. HEX triplet: 5A, 26 and 37. RGB value is (90,38,55). Sum of RGB (Red+Green+Blue) = 90+38+55=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2637 is #A5D9C8. Grayscale: #373737. Windows color (decimal): -10869193 or 3614298. OLE color: 3614298.

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

Color convert

RGB 90 38 55 -
CMYK 0 0.58 0.39 0.65
HSL 340.38º 0.41% 0.25% -
HSV(B) 340.38º 0.58% 0.35% -
XYZ 5.6 3.84 4.06 -
YUV 55.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 90 38 55 0 0.58 0.39 0.65 340.38 0.41 0.25
Hex 5A 26 37 0 3A 27 41 154 29 19
Octal 132 46 67 0 72 47 101 524 51 31
Binary 1011010 100110 110111 0 111010 100111 1000001 101010100 101001 11001

Color Harmonies of #5A2637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2637

Black with #5A2637

Text Example


Text Example

White with #5A2637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A2637; }

 p { color: rgb(90,38,55); }

 H1.HeaderClassName
 {
   color: #5A2637;
 }
 .AnyTagClassName
 {
   color: #5A2637;
 }
</style>

background-color css

<style>
 a { background-color: #5A2637; }

 a { background-color: rgb(90,38,55); }

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

border-color css

<style>
 span { border-color: #5A2637; }

 span { border-color: rgb(90,38,55); }

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