Html Css Color HEX #783238 Merlot

📋 copy color: '#783238'

red 120 ◦ green 50 ◦ blue 56

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

Shades of Merlot #783238

Tints of Merlot #783238

RGB

 RED value IS 120 (47.27% from 255) = 53.1%

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

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

R = 53.1%
G = 22.12%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#783238 (or 0x783238) is known color: Merlot. HEX triplet: 78, 32 and 38. RGB value is (120,50,56). Sum of RGB (Red+Green+Blue) = 120+50+56=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #783238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783238 is #87CDC7. Grayscale: #474747. Windows color (decimal): -8900040 or 3682936. OLE color: 3682936.

HSL color Cylindrical-coordinate representation of color #783238: hue angle of 354.86º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #783238 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 50 56 -
CMYK 0 0.58 0.53 0.53
HSL 354.86º 0.41% 0.33% -
HSV(B) 354.86º 0.58% 0.47% -
XYZ 9.6 6.56 4.5 -
YUV 71.61 119.19 162.51 -
System Red Green Blue C M Y K H S L
Decimal 120 50 56 0 0.58 0.53 0.53 354.86 0.41 0.33
Hex 78 32 38 0 3A 35 35 163 29 21
Octal 170 62 70 0 72 65 65 543 51 41
Binary 1111000 110010 111000 0 111010 110101 110101 101100011 101001 100001

Color Harmonies of #783238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783238

Black with #783238

Text Example


Text Example

White with #783238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783238; }

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

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

background-color css

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

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

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

border-color css

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

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

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