Html Css Color HEX #52373C Wine Berry

📋 copy color: '#52373C'

red 82 ◦ green 55 ◦ blue 60

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

Shades of Wine Berry #52373C

Tints of Wine Berry #52373C

RGB

 RED value IS 82 (32.42% from 255) = 41.62%

 GREEN value IS 55 (21.88% from 255) = 27.92%

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

R = 41.62%
G = 27.92%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#52373C (or 0x52373C) is known color: Wine Berry. HEX triplet: 52, 37 and 3C. RGB value is (82,55,60). Sum of RGB (Red+Green+Blue) = 82+55+60=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #52373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52373C is #ADC8C3. Grayscale: #3F3F3F. Windows color (decimal): -11389124 or 3946322. OLE color: 3946322.

HSL color Cylindrical-coordinate representation of color #52373C: hue angle of 348.89º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52373C is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 55 60 -
CMYK 0 0.33 0.27 0.68
HSL 348.89º 0.2% 0.27% -
HSV(B) 348.89º 0.33% 0.32% -
XYZ 5.66 4.85 4.91 -
YUV 63.64 125.95 141.09 -
System Red Green Blue C M Y K H S L
Decimal 82 55 60 0 0.33 0.27 0.68 348.89 0.2 0.27
Hex 52 37 3C 0 21 1B 44 15D 14 1B
Octal 122 67 74 0 41 33 104 535 24 33
Binary 1010010 110111 111100 0 100001 11011 1000100 101011101 10100 11011

Color Harmonies of #52373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52373C

Black with #52373C

Text Example


Text Example

White with #52373C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,55,60); }

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

background-color css

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

 a { background-color: rgb(82,55,60); }

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

border-color css

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

 span { border-color: rgb(82,55,60); }

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