#5A2F3C

Color #5A2F3C Wine Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wine Berry #5A2F3C

Tints of Wine Berry #5A2F3C

Color information

#5A2F3C (or 0x5A2F3C) is unknown color: approx Wine Berry. HEX triplet: 5A, 2F and 3C. RGB value is (90,47,60). Sum of RGB (Red+Green+Blue) = 90+47+60=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2F3C is #A5D0C3. Grayscale: #3D3D3D. Windows color (decimal): -10866884 or 3944282. OLE color: 3944282.

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

Color convert

RGB904760-
CMYK00.480.330.65
HSL341.86º31.39%26.86%-
HSV(B)341.86º47.78%35.29%-
XYZ6.054.534.83-
YUV61.34127.25148.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.69%
GREEN value IS 47 (18.75% from 255) = 23.86%
BLUE value IS 60 (23.83% from 255) = 30.46%
R=45.69%
G=23.86%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90476000.480.330.65341.8631.3926.86
Hex5A2F3C03021411561f1b
Octal1325774060411015263733
Binary1011010101111111100011000010000110000011010101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A2F3C;
 }
 .AnyTagClassName
 {
   color: #5A2F3C;
 }
</style>
background-color css

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

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

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

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

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

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