Html Css Color HEX #75333D Merlot

📋 copy color: '#75333D'

red 117 ◦ green 51 ◦ blue 61

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

Shades of Merlot #75333D

Tints of Merlot #75333D

RGB

 RED value IS 117 (46.09% from 255) = 51.09%

 GREEN value IS 51 (20.31% from 255) = 22.27%

 BLUE value IS 61 (24.22% from 255) = 26.64%

R = 51.09%
G = 22.27%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#75333D (or 0x75333D) is known color: Merlot. HEX triplet: 75, 33 and 3D. RGB value is (117,51,61). Sum of RGB (Red+Green+Blue) = 117+51+61=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75333D is #8ACCC2. Grayscale: #474747. Windows color (decimal): -9096387 or 4010869. OLE color: 4010869.

HSL color Cylindrical-coordinate representation of color #75333D: hue angle of 350.91º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75333D is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 51 61 -
CMYK 0 0.56 0.48 0.54
HSL 350.91º 0.39% 0.33% -
HSV(B) 350.91º 0.56% 0.46% -
XYZ 9.36 6.49 5.17 -
YUV 71.87 121.87 160.19 -
System Red Green Blue C M Y K H S L
Decimal 117 51 61 0 0.56 0.48 0.54 350.91 0.39 0.33
Hex 75 33 3D 0 38 30 36 15F 27 21
Octal 165 63 75 0 70 60 66 537 47 41
Binary 1110101 110011 111101 0 111000 110000 110110 101011111 100111 100001

Color Harmonies of #75333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75333D

Black with #75333D

Text Example


Text Example

White with #75333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75333D; }

 p { color: rgb(117,51,61); }

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

background-color css

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

 a { background-color: rgb(117,51,61); }

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

border-color css

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

 span { border-color: rgb(117,51,61); }

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