Html Css Color HEX #533038 Wine Berry

📋 copy color: '#533038'

red 83 ◦ green 48 ◦ blue 56

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

Shades of Wine Berry #533038

Tints of Wine Berry #533038

RGB

 RED value IS 83 (32.81% from 255) = 44.39%

 GREEN value IS 48 (19.14% from 255) = 25.67%

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

R = 44.39%
G = 25.67%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#533038 (or 0x533038) is known color: Wine Berry. HEX triplet: 53, 30 and 38. RGB value is (83,48,56). Sum of RGB (Red+Green+Blue) = 83+48+56=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #533038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533038 is #ACCFC7. Grayscale: #3B3B3B. Windows color (decimal): -11325384 or 3682387. OLE color: 3682387.

HSL color Cylindrical-coordinate representation of color #533038: hue angle of 346.29º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #533038 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 48 56 -
CMYK 0 0.42 0.33 0.67
HSL 346.29º 0.27% 0.26% -
HSV(B) 346.29º 0.42% 0.33% -
XYZ 5.34 4.24 4.28 -
YUV 59.38 126.1 144.85 -
System Red Green Blue C M Y K H S L
Decimal 83 48 56 0 0.42 0.33 0.67 346.29 0.27 0.26
Hex 53 30 38 0 2A 21 43 15A 1B 1A
Octal 123 60 70 0 52 41 103 532 33 32
Binary 1010011 110000 111000 0 101010 100001 1000011 101011010 11011 11010

Color Harmonies of #533038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533038

Black with #533038

Text Example


Text Example

White with #533038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533038; }

 p { color: rgb(83,48,56); }

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

background-color css

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

 a { background-color: rgb(83,48,56); }

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

border-color css

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

 span { border-color: rgb(83,48,56); }

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