Html Css Color HEX #6E2133 Claret

📋 copy color: '#6E2133'

red 110 ◦ green 33 ◦ blue 51

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

Shades of Claret #6E2133

Tints of Claret #6E2133

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.01%

 BLUE value IS 51 (20.31% from 255) = 26.29%

R = 56.7%
G = 17.01%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.54

 K value IS 0.57

RGB Variations

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

Color information

#6E2133 (or 0x6E2133) is known color: Claret. HEX triplet: 6E, 21 and 33. RGB value is (110,33,51). Sum of RGB (Red+Green+Blue) = 110+33+51=194 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.70% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2133 is #91DECC. Grayscale: #3A3A3A. Windows color (decimal): -9559757 or 3350894. OLE color: 3350894.

HSL color Cylindrical-coordinate representation of color #6E2133: hue angle of 345.97º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E2133 is Cyan = 0, Magento = 0.7, Yellow = 0.54 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 33 51 -
CMYK 0 0.7 0.54 0.57
HSL 345.97º 0.54% 0.28% -
HSV(B) 345.97º 0.7% 0.43% -
XYZ 7.57 4.64 3.63 -
YUV 58.08 124.01 165.04 -
System Red Green Blue C M Y K H S L
Decimal 110 33 51 0 0.7 0.54 0.57 345.97 0.54 0.28
Hex 6E 21 33 0 46 36 39 15A 36 1C
Octal 156 41 63 0 106 66 71 532 66 34
Binary 1101110 100001 110011 0 1000110 110110 111001 101011010 110110 11100

Color Harmonies of #6E2133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2133

Black with #6E2133

Text Example


Text Example

White with #6E2133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,33,51); }

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

background-color css

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

 a { background-color: rgb(110,33,51); }

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

border-color css

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

 span { border-color: rgb(110,33,51); }

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