Html Css Color HEX #53303A Wine Berry

📋 copy color: '#53303A'

red 83 ◦ green 48 ◦ blue 58

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

Shades of Wine Berry #53303A

Tints of Wine Berry #53303A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 30.69%

R = 43.92%
G = 25.4%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53303A (or 0x53303A) is known color: Wine Berry. HEX triplet: 53, 30 and 3A. RGB value is (83,48,58). Sum of RGB (Red+Green+Blue) = 83+48+58=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #53303A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53303A is #ACCFC5. Grayscale: #3B3B3B. Windows color (decimal): -11325382 or 3813459. OLE color: 3813459.

HSL color Cylindrical-coordinate representation of color #53303A: hue angle of 342.86º 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 #53303A is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 48 58 -
CMYK 0 0.42 0.30 0.67
HSL 342.86º 0.27% 0.26% -
HSV(B) 342.86º 0.42% 0.33% -
XYZ 5.39 4.26 4.54 -
YUV 59.61 127.1 144.69 -
System Red Green Blue C M Y K H S L
Decimal 83 48 58 0 0.42 0.30 0.67 342.86 0.27 0.26
Hex 53 30 3A 0 2A 1E 43 157 1B 1A
Octal 123 60 72 0 52 36 103 527 33 32
Binary 1010011 110000 111010 0 101010 11110 1000011 101010111 11011 11010

Color Harmonies of #53303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53303A

Black with #53303A

Text Example


Text Example

White with #53303A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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