Html Css Color HEX #52303D Wine Berry

📋 copy color: '#52303D'

red 82 ◦ green 48 ◦ blue 61

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

Shades of Wine Berry #52303D

Tints of Wine Berry #52303D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.13%

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

R = 42.93%
G = 25.13%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#52303D (or 0x52303D) is known color: Wine Berry. HEX triplet: 52, 30 and 3D. RGB value is (82,48,61). Sum of RGB (Red+Green+Blue) = 82+48+61=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #52303D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52303D is #ADCFC2. Grayscale: #3B3B3B. Windows color (decimal): -11390915 or 4010066. OLE color: 4010066.

HSL color Cylindrical-coordinate representation of color #52303D: hue angle of 337.06º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52303D is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 48 61 -
CMYK 0 0.41 0.26 0.68
HSL 337.06º 0.26% 0.25% -
HSV(B) 337.06º 0.41% 0.32% -
XYZ 5.38 4.24 4.95 -
YUV 59.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 82 48 61 0 0.41 0.26 0.68 337.06 0.26 0.25
Hex 52 30 3D 0 29 1A 44 151 1A 19
Octal 122 60 75 0 51 32 104 521 32 31
Binary 1010010 110000 111101 0 101001 11010 1000100 101010001 11010 11001

Color Harmonies of #52303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52303D

Black with #52303D

Text Example


Text Example

White with #52303D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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