Html Css Color HEX #52373D Wine Berry

📋 copy color: '#52373D'

red 82 ◦ green 55 ◦ blue 61

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

Shades of Wine Berry #52373D

Tints of Wine Berry #52373D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.81%

R = 41.41%
G = 27.78%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#52373D (or 0x52373D) is known color: Wine Berry. HEX triplet: 52, 37 and 3D. RGB value is (82,55,61). Sum of RGB (Red+Green+Blue) = 82+55+61=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 82 - color contains mainly: red. Hex color #52373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52373D is #ADC8C2. Grayscale: #3F3F3F. Windows color (decimal): -11389123 or 4011858. OLE color: 4011858.

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

Color convert

RGB 82 55 61 -
CMYK 0 0.33 0.26 0.68
HSL 346.67º 0.2% 0.27% -
HSV(B) 346.67º 0.33% 0.32% -
XYZ 5.69 4.86 5.05 -
YUV 63.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 82 55 61 0 0.33 0.26 0.68 346.67 0.2 0.27
Hex 52 37 3D 0 21 1A 44 15B 14 1B
Octal 122 67 75 0 41 32 104 533 24 33
Binary 1010010 110111 111101 0 100001 11010 1000100 101011011 10100 11011

Color Harmonies of #52373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52373D

Black with #52373D

Text Example


Text Example

White with #52373D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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