Html Css Color HEX #6E2238 Claret

📋 copy color: '#6E2238'

red 110 ◦ green 34 ◦ blue 56

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

Shades of Claret #6E2238

Tints of Claret #6E2238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 28%

R = 55%
G = 17%
B = 28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#6E2238 (or 0x6E2238) is known color: Claret. HEX triplet: 6E, 22 and 38. RGB value is (110,34,56). Sum of RGB (Red+Green+Blue) = 110+34+56=200 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2238 is #91DDC7. Grayscale: #3B3B3B. Windows color (decimal): -9559496 or 3678830. OLE color: 3678830.

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

Color convert

RGB 110 34 56 -
CMYK 0 0.69 0.49 0.57
HSL 342.63º 0.53% 0.28% -
HSV(B) 342.63º 0.69% 0.43% -
XYZ 7.72 4.74 4.25 -
YUV 59.23 126.18 164.21 -
System Red Green Blue C M Y K H S L
Decimal 110 34 56 0 0.69 0.49 0.57 342.63 0.53 0.28
Hex 6E 22 38 0 45 31 39 157 35 1C
Octal 156 42 70 0 105 61 71 527 65 34
Binary 1101110 100010 111000 0 1000101 110001 111001 101010111 110101 11100

Color Harmonies of #6E2238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2238

Black with #6E2238

Text Example


Text Example

White with #6E2238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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