Html Css Color HEX #6E1134 Claret

📋 copy color: '#6E1134'

red 110 ◦ green 17 ◦ blue 52

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

Shades of Claret #6E1134

Tints of Claret #6E1134

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.5%

 BLUE value IS 52 (20.7% from 255) = 29.05%

R = 61.45%
G = 9.5%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.57

RGB Variations

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

Color information

#6E1134 (or 0x6E1134) is known color: Claret. HEX triplet: 6E, 11 and 34. RGB value is (110,17,52). Sum of RGB (Red+Green+Blue) = 110+17+52=179 (23% of max value = 765). Red value is 110 (43.36% from 255 or 61.45% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 52 (20.70% from 255 or 29.05% from 179); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1134 is #91EECB. Grayscale: #303030. Windows color (decimal): -9563852 or 3412334. OLE color: 3412334.

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

Color convert

RGB 110 17 52 -
CMYK 0 0.85 0.53 0.57
HSL 337.42º 0.73% 0.25% -
HSV(B) 337.42º 0.85% 0.43% -
XYZ 7.25 3.96 3.63 -
YUV 48.8 129.81 171.65 -
System Red Green Blue C M Y K H S L
Decimal 110 17 52 0 0.85 0.53 0.57 337.42 0.73 0.25
Hex 6E 11 34 0 55 35 39 151 49 19
Octal 156 21 64 0 125 65 71 521 111 31
Binary 1101110 10001 110100 0 1010101 110101 111001 101010001 1001001 11001

Color Harmonies of #6E1134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1134

Black with #6E1134

Text Example


Text Example

White with #6E1134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,17,52); }

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

background-color css

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

 a { background-color: rgb(110,17,52); }

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

border-color css

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

 span { border-color: rgb(110,17,52); }

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