Html Css Color HEX #6B2D35 Merlot

📋 copy color: '#6B2D35'

red 107 ◦ green 45 ◦ blue 53

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

Shades of Merlot #6B2D35

Tints of Merlot #6B2D35

RGB

 RED value IS 107 (42.19% from 255) = 52.2%

 GREEN value IS 45 (17.97% from 255) = 21.95%

 BLUE value IS 53 (21.09% from 255) = 25.85%

R = 52.2%
G = 21.95%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.58

RGB Variations

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

Color information

#6B2D35 (or 0x6B2D35) is known color: Merlot. HEX triplet: 6B, 2D and 35. RGB value is (107,45,53). Sum of RGB (Red+Green+Blue) = 107+45+53=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2D35 is #94D2CA. Grayscale: #404040. Windows color (decimal): -9753291 or 3485035. OLE color: 3485035.

HSL color Cylindrical-coordinate representation of color #6B2D35: hue angle of 352.26º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B2D35 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 45 53 -
CMYK 0 0.58 0.50 0.58
HSL 352.26º 0.41% 0.3% -
HSV(B) 352.26º 0.58% 0.42% -
XYZ 7.64 5.26 3.98 -
YUV 64.45 121.54 158.35 -
System Red Green Blue C M Y K H S L
Decimal 107 45 53 0 0.58 0.50 0.58 352.26 0.41 0.3
Hex 6B 2D 35 0 3A 32 3A 160 29 1E
Octal 153 55 65 0 72 62 72 540 51 36
Binary 1101011 101101 110101 0 111010 110010 111010 101100000 101001 11110

Color Harmonies of #6B2D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2D35

Black with #6B2D35

Text Example


Text Example

White with #6B2D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B2D35; }

 p { color: rgb(107,45,53); }

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

background-color css

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

 a { background-color: rgb(107,45,53); }

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

border-color css

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

 span { border-color: rgb(107,45,53); }

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