Html Css Color HEX #52343E Wine Berry

📋 copy color: '#52343E'

red 82 ◦ green 52 ◦ blue 62

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

Shades of Wine Berry #52343E

Tints of Wine Berry #52343E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.53%

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

R = 41.84%
G = 26.53%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.68

RGB Variations

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

Color information

#52343E (or 0x52343E) is known color: Wine Berry. HEX triplet: 52, 34 and 3E. RGB value is (82,52,62). Sum of RGB (Red+Green+Blue) = 82+52+62=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 82 - color contains mainly: red. Hex color #52343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52343E is #ADCBC1. Grayscale: #3E3E3E. Windows color (decimal): -11389890 or 4076626. OLE color: 4076626.

HSL color Cylindrical-coordinate representation of color #52343E: hue angle of 340º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #52343E is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 52 62 -
CMYK 0 0.37 0.24 0.68
HSL 340º 0.22% 0.26% -
HSV(B) 340º 0.37% 0.32% -
XYZ 5.58 4.6 5.15 -
YUV 62.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 82 52 62 0 0.37 0.24 0.68 340 0.22 0.26
Hex 52 34 3E 0 25 18 44 154 16 1A
Octal 122 64 76 0 45 30 104 524 26 32
Binary 1010010 110100 111110 0 100101 11000 1000100 101010100 10110 11010

Color Harmonies of #52343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52343E

Black with #52343E

Text Example


Text Example

White with #52343E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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