Html Css Color HEX #52333E Wine Berry

📋 copy color: '#52333E'

red 82 ◦ green 51 ◦ blue 62

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

Shades of Wine Berry #52333E

Tints of Wine Berry #52333E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.15%

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

R = 42.05%
G = 26.15%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.68

RGB Variations

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

Color information

#52333E (or 0x52333E) is known color: Wine Berry. HEX triplet: 52, 33 and 3E. RGB value is (82,51,62). Sum of RGB (Red+Green+Blue) = 82+51+62=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #52333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52333E is #ADCCC1. Grayscale: #3D3D3D. Windows color (decimal): -11390146 or 4076370. OLE color: 4076370.

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

Color convert

RGB 82 51 62 -
CMYK 0 0.38 0.24 0.68
HSL 338.71º 0.23% 0.26% -
HSV(B) 338.71º 0.38% 0.32% -
XYZ 5.53 4.51 5.14 -
YUV 61.52 128.27 142.61 -
System Red Green Blue C M Y K H S L
Decimal 82 51 62 0 0.38 0.24 0.68 338.71 0.23 0.26
Hex 52 33 3E 0 26 18 44 153 17 1A
Octal 122 63 76 0 46 30 104 523 27 32
Binary 1010010 110011 111110 0 100110 11000 1000100 101010011 10111 11010

Color Harmonies of #52333E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52333E

Black with #52333E

Text Example


Text Example

White with #52333E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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