Html Css Color HEX #6E122D Claret

📋 copy color: '#6E122D'

red 110 ◦ green 18 ◦ blue 45

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

Shades of Claret #6E122D

Tints of Claret #6E122D

RGB

 RED value IS 110 (43.36% from 255) = 63.58%

 GREEN value IS 18 (7.42% from 255) = 10.4%

 BLUE value IS 45 (17.97% from 255) = 26.01%

R = 63.58%
G = 10.4%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.57

RGB Variations

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

Color information

#6E122D (or 0x6E122D) is known color: Claret. HEX triplet: 6E, 12 and 2D. RGB value is (110,18,45). Sum of RGB (Red+Green+Blue) = 110+18+45=173 (22% of max value = 765). Red value is 110 (43.36% from 255 or 63.58% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 110 - color contains mainly: red. Hex color #6E122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E122D is #91EDD2. Grayscale: #303030. Windows color (decimal): -9563603 or 2953838. OLE color: 2953838.

HSL color Cylindrical-coordinate representation of color #6E122D: hue angle of 342.39º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E122D is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 18 45 -
CMYK 0 0.84 0.59 0.57
HSL 342.39º 0.72% 0.25% -
HSV(B) 342.39º 0.84% 0.43% -
XYZ 7.12 3.94 2.87 -
YUV 48.59 125.98 171.8 -
System Red Green Blue C M Y K H S L
Decimal 110 18 45 0 0.84 0.59 0.57 342.39 0.72 0.25
Hex 6E 12 2D 0 54 3B 39 156 48 19
Octal 156 22 55 0 124 73 71 526 110 31
Binary 1101110 10010 101101 0 1010100 111011 111001 101010110 1001000 11001

Color Harmonies of #6E122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E122D

Black with #6E122D

Text Example


Text Example

White with #6E122D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,18,45); }

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

background-color css

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

 a { background-color: rgb(110,18,45); }

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

border-color css

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

 span { border-color: rgb(110,18,45); }

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