Html Css Color HEX #483238 Wine Berry

📋 copy color: '#483238'

red 72 ◦ green 50 ◦ blue 56

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

Shades of Wine Berry #483238

Tints of Wine Berry #483238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 31.46%

R = 40.45%
G = 28.09%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#483238 (or 0x483238) is known color: Wine Berry. HEX triplet: 48, 32 and 38. RGB value is (72,50,56). Sum of RGB (Red+Green+Blue) = 72+50+56=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #483238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483238 is #B7CDC7. Grayscale: #393939. Windows color (decimal): -12045768 or 3682888. OLE color: 3682888.

HSL color Cylindrical-coordinate representation of color #483238: hue angle of 343.64º 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 #483238 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 50 56 -
CMYK 0 0.31 0.22 0.72
HSL 343.64º 0.18% 0.24% -
HSV(B) 343.64º 0.31% 0.28% -
XYZ 4.53 3.94 4.26 -
YUV 57.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 72 50 56 0 0.31 0.22 0.72 343.64 0.18 0.24
Hex 48 32 38 0 1F 16 48 158 12 18
Octal 110 62 70 0 37 26 110 530 22 30
Binary 1001000 110010 111000 0 11111 10110 1001000 101011000 10010 11000

Color Harmonies of #483238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483238

Black with #483238

Text Example


Text Example

White with #483238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483238; }

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

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

background-color css

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

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

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

border-color css

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

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

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