Html Css Color HEX #6E0E2F Claret

📋 copy color: '#6E0E2F'

red 110 ◦ green 14 ◦ blue 47

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

Shades of Claret #6E0E2F

Tints of Claret #6E0E2F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.19%

 BLUE value IS 47 (18.75% from 255) = 27.49%

R = 64.33%
G = 8.19%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#6E0E2F (or 0x6E0E2F) is known color: Claret. HEX triplet: 6E, 0E and 2F. RGB value is (110,14,47). Sum of RGB (Red+Green+Blue) = 110+14+47=171 (22% of max value = 765). Red value is 110 (43.36% from 255 or 64.33% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0E2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0E2F is #91F1D0. Grayscale: #2E2E2E. Windows color (decimal): -9564625 or 3083886. OLE color: 3083886.

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

Color convert

RGB 110 14 47 -
CMYK 0 0.87 0.57 0.57
HSL 339.38º 0.77% 0.24% -
HSV(B) 339.38º 0.87% 0.43% -
XYZ 7.1 3.83 3.06 -
YUV 46.47 128.3 173.32 -
System Red Green Blue C M Y K H S L
Decimal 110 14 47 0 0.87 0.57 0.57 339.38 0.77 0.24
Hex 6E E 2F 0 57 39 39 153 4D 18
Octal 156 16 57 0 127 71 71 523 115 30
Binary 1101110 1110 101111 0 1010111 111001 111001 101010011 1001101 11000

Color Harmonies of #6E0E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0E2F

Black with #6E0E2F

Text Example


Text Example

White with #6E0E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,14,47); }

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

background-color css

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

 a { background-color: rgb(110,14,47); }

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

border-color css

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

 span { border-color: rgb(110,14,47); }

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