Html Css Color HEX #53303C Wine Berry

📋 copy color: '#53303C'

red 83 ◦ green 48 ◦ blue 60

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

Shades of Wine Berry #53303C

Tints of Wine Berry #53303C

RGB

 RED value IS 83 (32.81% from 255) = 43.46%

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

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

R = 43.46%
G = 25.13%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#53303C (or 0x53303C) is known color: Wine Berry. HEX triplet: 53, 30 and 3C. RGB value is (83,48,60). Sum of RGB (Red+Green+Blue) = 83+48+60=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #53303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53303C is #ACCFC3. Grayscale: #3B3B3B. Windows color (decimal): -11325380 or 3944531. OLE color: 3944531.

HSL color Cylindrical-coordinate representation of color #53303C: hue angle of 339.43º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53303C is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 48 60 -
CMYK 0 0.42 0.28 0.67
HSL 339.43º 0.27% 0.26% -
HSV(B) 339.43º 0.42% 0.33% -
XYZ 5.44 4.28 4.81 -
YUV 59.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 83 48 60 0 0.42 0.28 0.67 339.43 0.27 0.26
Hex 53 30 3C 0 2A 1C 43 153 1B 1A
Octal 123 60 74 0 52 34 103 523 33 32
Binary 1010011 110000 111100 0 101010 11100 1000011 101010011 11011 11010

Color Harmonies of #53303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53303C

Black with #53303C

Text Example


Text Example

White with #53303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53303C; }

 p { color: rgb(83,48,60); }

 H1.HeaderClassName
 {
   color: #53303C;
 }
 .AnyTagClassName
 {
   color: #53303C;
 }
</style>

background-color css

<style>
 a { background-color: #53303C; }

 a { background-color: rgb(83,48,60); }

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

border-color css

<style>
 span { border-color: #53303C; }

 span { border-color: rgb(83,48,60); }

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