Html Css Color HEX #6E0E30 Claret

📋 copy color: '#6E0E30'

red 110 ◦ green 14 ◦ blue 48

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

Shades of Claret #6E0E30

Tints of Claret #6E0E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 27.91%

R = 63.95%
G = 8.14%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#6E0E30 (or 0x6E0E30) is known color: Claret. HEX triplet: 6E, 0E and 30. RGB value is (110,14,48). Sum of RGB (Red+Green+Blue) = 110+14+48=172 (22% of max value = 765). Red value is 110 (43.36% from 255 or 63.95% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0E30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0E30 is #91F1CF. Grayscale: #2E2E2E. Windows color (decimal): -9564624 or 3149422. OLE color: 3149422.

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

Color convert

RGB 110 14 48 -
CMYK 0 0.87 0.56 0.57
HSL 338.75º 0.77% 0.24% -
HSV(B) 338.75º 0.87% 0.43% -
XYZ 7.12 3.84 3.16 -
YUV 46.58 128.8 173.24 -
System Red Green Blue C M Y K H S L
Decimal 110 14 48 0 0.87 0.56 0.57 338.75 0.77 0.24
Hex 6E E 30 0 57 38 39 153 4D 18
Octal 156 16 60 0 127 70 71 523 115 30
Binary 1101110 1110 110000 0 1010111 111000 111001 101010011 1001101 11000

Color Harmonies of #6E0E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0E30

Black with #6E0E30

Text Example


Text Example

White with #6E0E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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