Html Css Color HEX #52353F Wine Berry

📋 copy color: '#52353F'

red 82 ◦ green 53 ◦ blue 63

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

Shades of Wine Berry #52353F

Tints of Wine Berry #52353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.77%

 BLUE value IS 63 (25% from 255) = 31.82%

R = 41.41%
G = 26.77%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#52353F (or 0x52353F) is known color: Wine Berry. HEX triplet: 52, 35 and 3F. RGB value is (82,53,63). Sum of RGB (Red+Green+Blue) = 82+53+63=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 82 - color contains mainly: red. Hex color #52353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52353F is #ADCAC0. Grayscale: #3E3E3E. Windows color (decimal): -11389633 or 4142418. OLE color: 4142418.

HSL color Cylindrical-coordinate representation of color #52353F: hue angle of 339.31º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52353F is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 53 63 -
CMYK 0 0.35 0.23 0.68
HSL 339.31º 0.21% 0.26% -
HSV(B) 339.31º 0.35% 0.32% -
XYZ 5.65 4.7 5.31 -
YUV 62.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 82 53 63 0 0.35 0.23 0.68 339.31 0.21 0.26
Hex 52 35 3F 0 23 17 44 153 15 1A
Octal 122 65 77 0 43 27 104 523 25 32
Binary 1010010 110101 111111 0 100011 10111 1000100 101010011 10101 11010

Color Harmonies of #52353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52353F

Black with #52353F

Text Example


Text Example

White with #52353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52353F; }

 p { color: rgb(82,53,63); }

 H1.HeaderClassName
 {
   color: #52353F;
 }
 .AnyTagClassName
 {
   color: #52353F;
 }
</style>

background-color css

<style>
 a { background-color: #52353F; }

 a { background-color: rgb(82,53,63); }

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

border-color css

<style>
 span { border-color: #52353F; }

 span { border-color: rgb(82,53,63); }

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