Html Css Color HEX #5A2D35 Wine Berry

📋 copy color: '#5A2D35'

red 90 ◦ green 45 ◦ blue 53

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

Shades of Wine Berry #5A2D35

Tints of Wine Berry #5A2D35

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.94%

 BLUE value IS 53 (21.09% from 255) = 28.19%

R = 47.87%
G = 23.94%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#5A2D35 (or 0x5A2D35) is known color: Wine Berry. HEX triplet: 5A, 2D and 35. RGB value is (90,45,53). Sum of RGB (Red+Green+Blue) = 90+45+53=188 (24% of max value = 765). Red value is 90 (35.55% from 255 or 47.87% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2D35 is #A5D2CA. Grayscale: #3B3B3B. Windows color (decimal): -10867403 or 3485018. OLE color: 3485018.

HSL color Cylindrical-coordinate representation of color #5A2D35: hue angle of 349.33º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A2D35 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 45 53 -
CMYK 0 0.50 0.41 0.65
HSL 349.33º 0.33% 0.26% -
HSV(B) 349.33º 0.5% 0.35% -
XYZ 5.8 4.31 3.89 -
YUV 59.37 124.41 149.85 -
System Red Green Blue C M Y K H S L
Decimal 90 45 53 0 0.50 0.41 0.65 349.33 0.33 0.26
Hex 5A 2D 35 0 32 29 41 15D 21 1A
Octal 132 55 65 0 62 51 101 535 41 32
Binary 1011010 101101 110101 0 110010 101001 1000001 101011101 100001 11010

Color Harmonies of #5A2D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2D35

Black with #5A2D35

Text Example


Text Example

White with #5A2D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,45,53); }

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

background-color css

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

 a { background-color: rgb(90,45,53); }

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

border-color css

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

 span { border-color: rgb(90,45,53); }

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