Html Css Color HEX #6E2239 Claret

📋 copy color: '#6E2239'

red 110 ◦ green 34 ◦ blue 57

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

Shades of Claret #6E2239

Tints of Claret #6E2239

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.92%

 BLUE value IS 57 (22.66% from 255) = 28.36%

R = 54.73%
G = 16.92%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.57

RGB Variations

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

Color information

#6E2239 (or 0x6E2239) is known color: Claret. HEX triplet: 6E, 22 and 39. RGB value is (110,34,57). Sum of RGB (Red+Green+Blue) = 110+34+57=201 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.73% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2239 is #91DDC6. Grayscale: #3B3B3B. Windows color (decimal): -9559495 or 3744366. OLE color: 3744366.

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

Color convert

RGB 110 34 57 -
CMYK 0 0.69 0.48 0.57
HSL 341.84º 0.53% 0.28% -
HSV(B) 341.84º 0.69% 0.43% -
XYZ 7.74 4.75 4.38 -
YUV 59.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 110 34 57 0 0.69 0.48 0.57 341.84 0.53 0.28
Hex 6E 22 39 0 45 30 39 156 35 1C
Octal 156 42 71 0 105 60 71 526 65 34
Binary 1101110 100010 111001 0 1000101 110000 111001 101010110 110101 11100

Color Harmonies of #6E2239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2239

Black with #6E2239

Text Example


Text Example

White with #6E2239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,34,57); }

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

background-color css

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

 a { background-color: rgb(110,34,57); }

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

border-color css

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

 span { border-color: rgb(110,34,57); }

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