Html Css Color HEX #5A363C Wine Berry

📋 copy color: '#5A363C'

red 90 ◦ green 54 ◦ blue 60

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

Shades of Wine Berry #5A363C

Tints of Wine Berry #5A363C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.47%

 BLUE value IS 60 (23.83% from 255) = 29.41%

R = 44.12%
G = 26.47%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#5A363C (or 0x5A363C) is known color: Wine Berry. HEX triplet: 5A, 36 and 3C. RGB value is (90,54,60). Sum of RGB (Red+Green+Blue) = 90+54+60=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 90 - color contains mainly: red. Hex color #5A363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A363C is #A5C9C3. Grayscale: #414141. Windows color (decimal): -10865092 or 3946074. OLE color: 3946074.

HSL color Cylindrical-coordinate representation of color #5A363C: hue angle of 350º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A363C is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 54 60 -
CMYK 0 0.40 0.33 0.65
HSL 350º 0.25% 0.28% -
HSV(B) 350º 0.4% 0.35% -
XYZ 6.35 5.14 4.93 -
YUV 65.45 124.93 145.51 -
System Red Green Blue C M Y K H S L
Decimal 90 54 60 0 0.40 0.33 0.65 350 0.25 0.28
Hex 5A 36 3C 0 28 21 41 15E 19 1C
Octal 132 66 74 0 50 41 101 536 31 34
Binary 1011010 110110 111100 0 101000 100001 1000001 101011110 11001 11100

Color Harmonies of #5A363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A363C

Black with #5A363C

Text Example


Text Example

White with #5A363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,54,60); }

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

background-color css

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

 a { background-color: rgb(90,54,60); }

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

border-color css

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

 span { border-color: rgb(90,54,60); }

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