Html Css Color HEX #6E1E30 Claret

📋 copy color: '#6E1E30'

red 110 ◦ green 30 ◦ blue 48

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

Shades of Claret #6E1E30

Tints of Claret #6E1E30

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.96%

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

R = 58.51%
G = 15.96%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#6E1E30 (or 0x6E1E30) is known color: Claret. HEX triplet: 6E, 1E and 30. RGB value is (110,30,48). Sum of RGB (Red+Green+Blue) = 110+30+48=188 (24% of max value = 765). Red value is 110 (43.36% from 255 or 58.51% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1E30 is #91E1CF. Grayscale: #373737. Windows color (decimal): -9560528 or 3153518. OLE color: 3153518.

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

Color convert

RGB 110 30 48 -
CMYK 0 0.73 0.56 0.57
HSL 346.5º 0.57% 0.27% -
HSV(B) 346.5º 0.73% 0.43% -
XYZ 7.43 4.46 3.27 -
YUV 55.97 123.5 166.54 -
System Red Green Blue C M Y K H S L
Decimal 110 30 48 0 0.73 0.56 0.57 346.5 0.57 0.27
Hex 6E 1E 30 0 49 38 39 15A 39 1B
Octal 156 36 60 0 111 70 71 532 71 33
Binary 1101110 11110 110000 0 1001001 111000 111001 101011010 111001 11011

Color Harmonies of #6E1E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1E30

Black with #6E1E30

Text Example


Text Example

White with #6E1E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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