Html Css Color HEX #513238 Wine Berry

📋 copy color: '#513238'

red 81 ◦ green 50 ◦ blue 56

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

Shades of Wine Berry #513238

Tints of Wine Berry #513238

RGB

 RED value IS 81 (32.03% from 255) = 43.32%

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

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

R = 43.32%
G = 26.74%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.68

RGB Variations

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

Color information

#513238 (or 0x513238) is known color: Wine Berry. HEX triplet: 51, 32 and 38. RGB value is (81,50,56). Sum of RGB (Red+Green+Blue) = 81+50+56=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #513238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513238 is #AECDC7. Grayscale: #3B3B3B. Windows color (decimal): -11455944 or 3682897. OLE color: 3682897.

HSL color Cylindrical-coordinate representation of color #513238: hue angle of 348.39º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #513238 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 50 56 -
CMYK 0 0.38 0.31 0.68
HSL 348.39º 0.24% 0.26% -
HSV(B) 348.39º 0.38% 0.32% -
XYZ 5.25 4.32 4.3 -
YUV 59.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 81 50 56 0 0.38 0.31 0.68 348.39 0.24 0.26
Hex 51 32 38 0 26 1F 44 15C 18 1A
Octal 121 62 70 0 46 37 104 534 30 32
Binary 1010001 110010 111000 0 100110 11111 1000100 101011100 11000 11010

Color Harmonies of #513238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513238

Black with #513238

Text Example


Text Example

White with #513238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513238; }

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

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

background-color css

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

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

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

border-color css

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

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

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