Html Css Color HEX #53383E Wine Berry

📋 copy color: '#53383E'

red 83 ◦ green 56 ◦ blue 62

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

Shades of Wine Berry #53383E

Tints of Wine Berry #53383E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.86%

 BLUE value IS 62 (24.61% from 255) = 30.85%

R = 41.29%
G = 27.86%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#53383E (or 0x53383E) is known color: Wine Berry. HEX triplet: 53, 38 and 3E. RGB value is (83,56,62). Sum of RGB (Red+Green+Blue) = 83+56+62=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #53383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53383E is #ACC7C1. Grayscale: #404040. Windows color (decimal): -11323330 or 4077651. OLE color: 4077651.

HSL color Cylindrical-coordinate representation of color #53383E: hue angle of 346.67º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53383E is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 56 62 -
CMYK 0 0.33 0.25 0.67
HSL 346.67º 0.19% 0.27% -
HSV(B) 346.67º 0.33% 0.33% -
XYZ 5.85 5.02 5.22 -
YUV 64.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 83 56 62 0 0.33 0.25 0.67 346.67 0.19 0.27
Hex 53 38 3E 0 21 19 43 15B 13 1B
Octal 123 70 76 0 41 31 103 533 23 33
Binary 1010011 111000 111110 0 100001 11001 1000011 101011011 10011 11011

Color Harmonies of #53383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53383E

Black with #53383E

Text Example


Text Example

White with #53383E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53383E; }

 p { color: rgb(83,56,62); }

 H1.HeaderClassName
 {
   color: #53383E;
 }
 .AnyTagClassName
 {
   color: #53383E;
 }
</style>

background-color css

<style>
 a { background-color: #53383E; }

 a { background-color: rgb(83,56,62); }

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

border-color css

<style>
 span { border-color: #53383E; }

 span { border-color: rgb(83,56,62); }

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