Html Css Color HEX #5A303B Wine Berry

📋 copy color: '#5A303B'

red 90 ◦ green 48 ◦ blue 59

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

Shades of Wine Berry #5A303B

Tints of Wine Berry #5A303B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.37%

 BLUE value IS 59 (23.44% from 255) = 29.95%

R = 45.69%
G = 24.37%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#5A303B (or 0x5A303B) is known color: Wine Berry. HEX triplet: 5A, 30 and 3B. RGB value is (90,48,59). Sum of RGB (Red+Green+Blue) = 90+48+59=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 90 - color contains mainly: red. Hex color #5A303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A303B is #A5CFC4. Grayscale: #3D3D3D. Windows color (decimal): -10866629 or 3879002. OLE color: 3879002.

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

Color convert

RGB 90 48 59 -
CMYK 0 0.47 0.34 0.65
HSL 344.29º 0.3% 0.27% -
HSV(B) 344.29º 0.47% 0.35% -
XYZ 6.06 4.6 4.71 -
YUV 61.81 126.41 148.11 -
System Red Green Blue C M Y K H S L
Decimal 90 48 59 0 0.47 0.34 0.65 344.29 0.3 0.27
Hex 5A 30 3B 0 2F 22 41 158 1E 1B
Octal 132 60 73 0 57 42 101 530 36 33
Binary 1011010 110000 111011 0 101111 100010 1000001 101011000 11110 11011

Color Harmonies of #5A303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A303B

Black with #5A303B

Text Example


Text Example

White with #5A303B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,48,59); }

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

background-color css

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

 a { background-color: rgb(90,48,59); }

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

border-color css

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

 span { border-color: rgb(90,48,59); }

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