Html Css Color HEX #5A373C Wine Berry

📋 copy color: '#5A373C'

red 90 ◦ green 55 ◦ blue 60

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

Shades of Wine Berry #5A373C

Tints of Wine Berry #5A373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.83%

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

R = 43.9%
G = 26.83%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#5A373C (or 0x5A373C) is known color: Wine Berry. HEX triplet: 5A, 37 and 3C. RGB value is (90,55,60). Sum of RGB (Red+Green+Blue) = 90+55+60=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 90 - color contains mainly: red. Hex color #5A373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A373C is #A5C8C3. Grayscale: #424242. Windows color (decimal): -10864836 or 3946330. OLE color: 3946330.

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

Color convert

RGB 90 55 60 -
CMYK 0 0.39 0.33 0.65
HSL 351.43º 0.24% 0.28% -
HSV(B) 351.43º 0.39% 0.35% -
XYZ 6.4 5.23 4.95 -
YUV 66.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 90 55 60 0 0.39 0.33 0.65 351.43 0.24 0.28
Hex 5A 37 3C 0 27 21 41 15F 18 1C
Octal 132 67 74 0 47 41 101 537 30 34
Binary 1011010 110111 111100 0 100111 100001 1000001 101011111 11000 11100

Color Harmonies of #5A373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A373C

Black with #5A373C

Text Example


Text Example

White with #5A373C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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