Html Css Color HEX #6E2337 Claret

📋 copy color: '#6E2337'

red 110 ◦ green 35 ◦ blue 55

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

Shades of Claret #6E2337

Tints of Claret #6E2337

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.5%

 BLUE value IS 55 (21.88% from 255) = 27.5%

R = 55%
G = 17.5%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.5

 K value IS 0.57

RGB Variations

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

Color information

#6E2337 (or 0x6E2337) is known color: Claret. HEX triplet: 6E, 23 and 37. RGB value is (110,35,55). Sum of RGB (Red+Green+Blue) = 110+35+55=200 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2337 is #91DCC8. Grayscale: #3B3B3B. Windows color (decimal): -9559241 or 3613550. OLE color: 3613550.

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

Color convert

RGB 110 35 55 -
CMYK 0 0.68 0.5 0.57
HSL 344º 0.52% 0.28% -
HSV(B) 344º 0.68% 0.43% -
XYZ 7.72 4.79 4.13 -
YUV 59.71 125.35 163.87 -
System Red Green Blue C M Y K H S L
Decimal 110 35 55 0 0.68 0.5 0.57 344 0.52 0.28
Hex 6E 23 37 0 44 32 39 158 34 1C
Octal 156 43 67 0 104 62 71 530 64 34
Binary 1101110 100011 110111 0 1000100 110010 111001 101011000 110100 11100

Color Harmonies of #6E2337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2337

Black with #6E2337

Text Example


Text Example

White with #6E2337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,35,55); }

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

background-color css

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

 a { background-color: rgb(110,35,55); }

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

border-color css

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

 span { border-color: rgb(110,35,55); }

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