Html Css Color HEX #5A333C Wine Berry

📋 copy color: '#5A333C'

red 90 ◦ green 51 ◦ blue 60

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

Shades of Wine Berry #5A333C

Tints of Wine Berry #5A333C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.37%

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

R = 44.78%
G = 25.37%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#5A333C (or 0x5A333C) is known color: Wine Berry. HEX triplet: 5A, 33 and 3C. RGB value is (90,51,60). Sum of RGB (Red+Green+Blue) = 90+51+60=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 90 - color contains mainly: red. Hex color #5A333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A333C is #A5CCC3. Grayscale: #3F3F3F. Windows color (decimal): -10865860 or 3945306. OLE color: 3945306.

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

Color convert

RGB 90 51 60 -
CMYK 0 0.43 0.33 0.65
HSL 346.15º 0.28% 0.28% -
HSV(B) 346.15º 0.43% 0.35% -
XYZ 6.22 4.87 4.89 -
YUV 63.69 125.92 146.77 -
System Red Green Blue C M Y K H S L
Decimal 90 51 60 0 0.43 0.33 0.65 346.15 0.28 0.28
Hex 5A 33 3C 0 2B 21 41 15A 1C 1C
Octal 132 63 74 0 53 41 101 532 34 34
Binary 1011010 110011 111100 0 101011 100001 1000001 101011010 11100 11100

Color Harmonies of #5A333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A333C

Black with #5A333C

Text Example


Text Example

White with #5A333C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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