Html Css Color HEX #75333C Merlot

📋 copy color: '#75333C'

red 117 ◦ green 51 ◦ blue 60

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

Shades of Merlot #75333C

Tints of Merlot #75333C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.32%

R = 51.32%
G = 22.37%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#75333C (or 0x75333C) is known color: Merlot. HEX triplet: 75, 33 and 3C. RGB value is (117,51,60). Sum of RGB (Red+Green+Blue) = 117+51+60=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75333C is #8ACCC3. Grayscale: #474747. Windows color (decimal): -9096388 or 3945333. OLE color: 3945333.

HSL color Cylindrical-coordinate representation of color #75333C: hue angle of 351.82º 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 #75333C is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 51 60 -
CMYK 0 0.56 0.49 0.54
HSL 351.82º 0.39% 0.33% -
HSV(B) 351.82º 0.56% 0.46% -
XYZ 9.34 6.48 5.03 -
YUV 71.76 121.37 160.27 -
System Red Green Blue C M Y K H S L
Decimal 117 51 60 0 0.56 0.49 0.54 351.82 0.39 0.33
Hex 75 33 3C 0 38 31 36 160 27 21
Octal 165 63 74 0 70 61 66 540 47 41
Binary 1110101 110011 111100 0 111000 110001 110110 101100000 100111 100001

Color Harmonies of #75333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75333C

Black with #75333C

Text Example


Text Example

White with #75333C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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