Html Css Color HEX #52373E Wine Berry

📋 copy color: '#52373E'

red 82 ◦ green 55 ◦ blue 62

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

Shades of Wine Berry #52373E

Tints of Wine Berry #52373E

RGB

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

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

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

R = 41.21%
G = 27.64%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.68

RGB Variations

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

Color information

#52373E (or 0x52373E) is known color: Wine Berry. HEX triplet: 52, 37 and 3E. RGB value is (82,55,62). Sum of RGB (Red+Green+Blue) = 82+55+62=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #52373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52373E is #ADC8C1. Grayscale: #3F3F3F. Windows color (decimal): -11389122 or 4077394. OLE color: 4077394.

HSL color Cylindrical-coordinate representation of color #52373E: hue angle of 344.44º 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 #52373E is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 55 62 -
CMYK 0 0.33 0.24 0.68
HSL 344.44º 0.2% 0.27% -
HSV(B) 344.44º 0.33% 0.32% -
XYZ 5.72 4.87 5.2 -
YUV 63.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 82 55 62 0 0.33 0.24 0.68 344.44 0.2 0.27
Hex 52 37 3E 0 21 18 44 158 14 1B
Octal 122 67 76 0 41 30 104 530 24 33
Binary 1010010 110111 111110 0 100001 11000 1000100 101011000 10100 11011

Color Harmonies of #52373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52373E

Black with #52373E

Text Example


Text Example

White with #52373E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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