Html Css Color HEX #5A2632 Black Rose

📋 copy color: '#5A2632'

red 90 ◦ green 38 ◦ blue 50

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

Shades of Black Rose #5A2632

Tints of Black Rose #5A2632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 28.09%

R = 50.56%
G = 21.35%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#5A2632 (or 0x5A2632) is known color: Black Rose. HEX triplet: 5A, 26 and 32. RGB value is (90,38,50). Sum of RGB (Red+Green+Blue) = 90+38+50=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2632 is #A5D9CD. Grayscale: #363636. Windows color (decimal): -10869198 or 3286618. OLE color: 3286618.

HSL color Cylindrical-coordinate representation of color #5A2632: hue angle of 346.15º 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 #5A2632 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 38 50 -
CMYK 0 0.58 0.44 0.65
HSL 346.15º 0.41% 0.25% -
HSV(B) 346.15º 0.58% 0.35% -
XYZ 5.49 3.79 3.46 -
YUV 54.92 125.23 153.02 -
System Red Green Blue C M Y K H S L
Decimal 90 38 50 0 0.58 0.44 0.65 346.15 0.41 0.25
Hex 5A 26 32 0 3A 2C 41 15A 29 19
Octal 132 46 62 0 72 54 101 532 51 31
Binary 1011010 100110 110010 0 111010 101100 1000001 101011010 101001 11001

Color Harmonies of #5A2632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2632

Black with #5A2632

Text Example


Text Example

White with #5A2632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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