Html Css Color HEX #52353A Wine Berry

📋 copy color: '#52353A'

red 82 ◦ green 53 ◦ blue 58

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

Shades of Wine Berry #52353A

Tints of Wine Berry #52353A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 30.05%

R = 42.49%
G = 27.46%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.68

RGB Variations

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

Color information

#52353A (or 0x52353A) is known color: Wine Berry. HEX triplet: 52, 35 and 3A. RGB value is (82,53,58). Sum of RGB (Red+Green+Blue) = 82+53+58=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #52353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52353A is #ADCAC5. Grayscale: #3E3E3E. Windows color (decimal): -11389638 or 3814738. OLE color: 3814738.

HSL color Cylindrical-coordinate representation of color #52353A: hue angle of 349.66º 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 #52353A is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 53 58 -
CMYK 0 0.35 0.29 0.68
HSL 349.66º 0.21% 0.26% -
HSV(B) 349.66º 0.35% 0.32% -
XYZ 5.52 4.65 4.61 -
YUV 62.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 82 53 58 0 0.35 0.29 0.68 349.66 0.21 0.26
Hex 52 35 3A 0 23 1D 44 15E 15 1A
Octal 122 65 72 0 43 35 104 536 25 32
Binary 1010010 110101 111010 0 100011 11101 1000100 101011110 10101 11010

Color Harmonies of #52353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52353A

Black with #52353A

Text Example


Text Example

White with #52353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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