Html Css Color HEX #53282F Wine Berry

📋 copy color: '#53282F'

red 83 ◦ green 40 ◦ blue 47

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

Shades of Wine Berry #53282F

Tints of Wine Berry #53282F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.53%

 BLUE value IS 47 (18.75% from 255) = 27.65%

R = 48.82%
G = 23.53%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#53282F (or 0x53282F) is known color: Wine Berry. HEX triplet: 53, 28 and 2F. RGB value is (83,40,47). Sum of RGB (Red+Green+Blue) = 83+40+47=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #53282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53282F is #ACD7D0. Grayscale: #353535. Windows color (decimal): -11327441 or 3090515. OLE color: 3090515.

HSL color Cylindrical-coordinate representation of color #53282F: hue angle of 350.23º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53282F is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 40 47 -
CMYK 0 0.52 0.43 0.67
HSL 350.23º 0.35% 0.24% -
HSV(B) 350.23º 0.52% 0.33% -
XYZ 4.84 3.56 3.12 -
YUV 53.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 83 40 47 0 0.52 0.43 0.67 350.23 0.35 0.24
Hex 53 28 2F 0 34 2B 43 15E 23 18
Octal 123 50 57 0 64 53 103 536 43 30
Binary 1010011 101000 101111 0 110100 101011 1000011 101011110 100011 11000

Color Harmonies of #53282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53282F

Black with #53282F

Text Example


Text Example

White with #53282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53282F; }

 p { color: rgb(83,40,47); }

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

background-color css

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

 a { background-color: rgb(83,40,47); }

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

border-color css

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

 span { border-color: rgb(83,40,47); }

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