Html Css Color HEX #483339 Wine Berry

📋 copy color: '#483339'

red 72 ◦ green 51 ◦ blue 57

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

Shades of Wine Berry #483339

Tints of Wine Berry #483339

RGB

 RED value IS 72 (28.52% from 255) = 40%

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

 BLUE value IS 57 (22.66% from 255) = 31.67%

R = 40%
G = 28.33%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#483339 (or 0x483339) is known color: Wine Berry. HEX triplet: 48, 33 and 39. RGB value is (72,51,57). Sum of RGB (Red+Green+Blue) = 72+51+57=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 57 (22.66% from 255 or 31.67% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #483339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483339 is #B7CCC6. Grayscale: #393939. Windows color (decimal): -12045511 or 3748680. OLE color: 3748680.

HSL color Cylindrical-coordinate representation of color #483339: hue angle of 342.86º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #483339 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 51 57 -
CMYK 0 0.29 0.21 0.72
HSL 342.86º 0.17% 0.24% -
HSV(B) 342.86º 0.29% 0.28% -
XYZ 4.59 4.04 4.41 -
YUV 57.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 72 51 57 0 0.29 0.21 0.72 342.86 0.17 0.24
Hex 48 33 39 0 1D 15 48 157 11 18
Octal 110 63 71 0 35 25 110 527 21 30
Binary 1001000 110011 111001 0 11101 10101 1001000 101010111 10001 11000

Color Harmonies of #483339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483339

Black with #483339

Text Example


Text Example

White with #483339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483339; }

 p { color: rgb(72,51,57); }

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

background-color css

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

 a { background-color: rgb(72,51,57); }

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

border-color css

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

 span { border-color: rgb(72,51,57); }

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