Html Css Color HEX #6E1E39 Claret

📋 copy color: '#6E1E39'

red 110 ◦ green 30 ◦ blue 57

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

Shades of Claret #6E1E39

Tints of Claret #6E1E39

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.23%

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

R = 55.84%
G = 15.23%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.57

RGB Variations

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

Color information

#6E1E39 (or 0x6E1E39) is known color: Claret. HEX triplet: 6E, 1E and 39. RGB value is (110,30,57). Sum of RGB (Red+Green+Blue) = 110+30+57=197 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.84% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 57 (22.66% from 255 or 28.93% from 197); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1E39 is #91E1C6. Grayscale: #383838. Windows color (decimal): -9560519 or 3743342. OLE color: 3743342.

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

Color convert

RGB 110 30 57 -
CMYK 0 0.73 0.48 0.57
HSL 339.75º 0.57% 0.27% -
HSV(B) 339.75º 0.73% 0.43% -
XYZ 7.63 4.54 4.34 -
YUV 57 128 165.8 -
System Red Green Blue C M Y K H S L
Decimal 110 30 57 0 0.73 0.48 0.57 339.75 0.57 0.27
Hex 6E 1E 39 0 49 30 39 154 39 1B
Octal 156 36 71 0 111 60 71 524 71 33
Binary 1101110 11110 111001 0 1001001 110000 111001 101010100 111001 11011

Color Harmonies of #6E1E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1E39

Black with #6E1E39

Text Example


Text Example

White with #6E1E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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