Html Css Color HEX #5A2F38 Wine Berry

📋 copy color: '#5A2F38'

red 90 ◦ green 47 ◦ blue 56

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

Shades of Wine Berry #5A2F38

Tints of Wine Berry #5A2F38

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.35%

 BLUE value IS 56 (22.27% from 255) = 29.02%

R = 46.63%
G = 24.35%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#5A2F38 (or 0x5A2F38) is known color: Wine Berry. HEX triplet: 5A, 2F and 38. RGB value is (90,47,56). Sum of RGB (Red+Green+Blue) = 90+47+56=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2F38 is #A5D0C7. Grayscale: #3C3C3C. Windows color (decimal): -10866888 or 3682138. OLE color: 3682138.

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

Color convert

RGB 90 47 56 -
CMYK 0 0.48 0.38 0.65
HSL 347.44º 0.31% 0.27% -
HSV(B) 347.44º 0.48% 0.35% -
XYZ 5.95 4.49 4.3 -
YUV 60.88 125.25 148.77 -
System Red Green Blue C M Y K H S L
Decimal 90 47 56 0 0.48 0.38 0.65 347.44 0.31 0.27
Hex 5A 2F 38 0 30 26 41 15B 1F 1B
Octal 132 57 70 0 60 46 101 533 37 33
Binary 1011010 101111 111000 0 110000 100110 1000001 101011011 11111 11011

Color Harmonies of #5A2F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2F38

Black with #5A2F38

Text Example


Text Example

White with #5A2F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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