Html Css Color HEX #6E2237 Claret

📋 copy color: '#6E2237'

red 110 ◦ green 34 ◦ blue 55

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

Shades of Claret #6E2237

Tints of Claret #6E2237

RGB

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

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

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

R = 55.28%
G = 17.09%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.5

 K value IS 0.57

RGB Variations

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

Color information

#6E2237 (or 0x6E2237) is known color: Claret. HEX triplet: 6E, 22 and 37. RGB value is (110,34,55). Sum of RGB (Red+Green+Blue) = 110+34+55=199 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.28% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2237 is #91DDC8. Grayscale: #3B3B3B. Windows color (decimal): -9559497 or 3613294. OLE color: 3613294.

HSL color Cylindrical-coordinate representation of color #6E2237: hue angle of 343.42º 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 #6E2237 is Cyan = 0, Magento = 0.69, Yellow = 0.5 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 34 55 -
CMYK 0 0.69 0.5 0.57
HSL 343.42º 0.53% 0.28% -
HSV(B) 343.42º 0.69% 0.43% -
XYZ 7.69 4.73 4.12 -
YUV 59.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 110 34 55 0 0.69 0.5 0.57 343.42 0.53 0.28
Hex 6E 22 37 0 45 32 39 157 35 1C
Octal 156 42 67 0 105 62 71 527 65 34
Binary 1101110 100010 110111 0 1000101 110010 111001 101010111 110101 11100

Color Harmonies of #6E2237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2237

Black with #6E2237

Text Example


Text Example

White with #6E2237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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