Html Css Color HEX #483239 Wine Berry

📋 copy color: '#483239'

red 72 ◦ green 50 ◦ blue 57

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

Shades of Wine Berry #483239

Tints of Wine Berry #483239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.93%

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

R = 40.22%
G = 27.93%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#483239 (or 0x483239) is known color: Wine Berry. HEX triplet: 48, 32 and 39. RGB value is (72,50,57). Sum of RGB (Red+Green+Blue) = 72+50+57=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #483239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483239 is #B7CDC6. Grayscale: #393939. Windows color (decimal): -12045767 or 3748424. OLE color: 3748424.

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

Color convert

RGB 72 50 57 -
CMYK 0 0.31 0.21 0.72
HSL 340.91º 0.18% 0.24% -
HSV(B) 340.91º 0.31% 0.28% -
XYZ 4.55 3.95 4.39 -
YUV 57.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 72 50 57 0 0.31 0.21 0.72 340.91 0.18 0.24
Hex 48 32 39 0 1F 15 48 155 12 18
Octal 110 62 71 0 37 25 110 525 22 30
Binary 1001000 110010 111001 0 11111 10101 1001000 101010101 10010 11000

Color Harmonies of #483239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483239

Black with #483239

Text Example


Text Example

White with #483239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483239; }

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

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

background-color css

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

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

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

border-color css

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

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

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