Html Css Color HEX #482F37 Wine Berry

📋 copy color: '#482F37'

red 72 ◦ green 47 ◦ blue 55

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

Shades of Wine Berry #482F37

Tints of Wine Berry #482F37

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.01%

 BLUE value IS 55 (21.88% from 255) = 31.61%

R = 41.38%
G = 27.01%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#482F37 (or 0x482F37) is known color: Wine Berry. HEX triplet: 48, 2F and 37. RGB value is (72,47,55). Sum of RGB (Red+Green+Blue) = 72+47+55=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #482F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F37 is #B7D0C8. Grayscale: #373737. Windows color (decimal): -12046537 or 3616584. OLE color: 3616584.

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

Color convert

RGB 72 47 55 -
CMYK 0 0.35 0.24 0.72
HSL 340.8º 0.21% 0.23% -
HSV(B) 340.8º 0.35% 0.28% -
XYZ 4.38 3.69 4.1 -
YUV 55.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 72 47 55 0 0.35 0.24 0.72 340.8 0.21 0.23
Hex 48 2F 37 0 23 18 48 155 15 17
Octal 110 57 67 0 43 30 110 525 25 27
Binary 1001000 101111 110111 0 100011 11000 1001000 101010101 10101 10111

Color Harmonies of #482F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F37

Black with #482F37

Text Example


Text Example

White with #482F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482F37; }

 p { color: rgb(72,47,55); }

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

background-color css

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

 a { background-color: rgb(72,47,55); }

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

border-color css

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

 span { border-color: rgb(72,47,55); }

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