Html Css Color HEX #6E1938 Claret

📋 copy color: '#6E1938'

red 110 ◦ green 25 ◦ blue 56

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

Shades of Claret #6E1938

Tints of Claret #6E1938

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.09%

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

R = 57.59%
G = 13.09%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#6E1938 (or 0x6E1938) is known color: Claret. HEX triplet: 6E, 19 and 38. RGB value is (110,25,56). Sum of RGB (Red+Green+Blue) = 110+25+56=191 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.59% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1938 is #91E6C7. Grayscale: #353535. Windows color (decimal): -9561800 or 3676526. OLE color: 3676526.

HSL color Cylindrical-coordinate representation of color #6E1938: hue angle of 338.12º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E1938 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 25 56 -
CMYK 0 0.77 0.49 0.57
HSL 338.12º 0.63% 0.26% -
HSV(B) 338.12º 0.77% 0.43% -
XYZ 7.49 4.3 4.18 -
YUV 53.95 129.16 167.98 -
System Red Green Blue C M Y K H S L
Decimal 110 25 56 0 0.77 0.49 0.57 338.12 0.63 0.26
Hex 6E 19 38 0 4D 31 39 152 3F 1A
Octal 156 31 70 0 115 61 71 522 77 32
Binary 1101110 11001 111000 0 1001101 110001 111001 101010010 111111 11010

Color Harmonies of #6E1938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1938

Black with #6E1938

Text Example


Text Example

White with #6E1938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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