Html Css Color HEX #6E1330 Claret

📋 copy color: '#6E1330'

red 110 ◦ green 19 ◦ blue 48

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

Shades of Claret #6E1330

Tints of Claret #6E1330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.73%

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

R = 62.15%
G = 10.73%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#6E1330 (or 0x6E1330) is known color: Claret. HEX triplet: 6E, 13 and 30. RGB value is (110,19,48). Sum of RGB (Red+Green+Blue) = 110+19+48=177 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.15% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1330 is #91ECCF. Grayscale: #313131. Windows color (decimal): -9563344 or 3150702. OLE color: 3150702.

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

Color convert

RGB 110 19 48 -
CMYK 0 0.83 0.56 0.57
HSL 340.88º 0.71% 0.25% -
HSV(B) 340.88º 0.83% 0.43% -
XYZ 7.2 3.99 3.19 -
YUV 49.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 110 19 48 0 0.83 0.56 0.57 340.88 0.71 0.25
Hex 6E 13 30 0 53 38 39 155 47 19
Octal 156 23 60 0 123 70 71 525 107 31
Binary 1101110 10011 110000 0 1010011 111000 111001 101010101 1000111 11001

Color Harmonies of #6E1330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1330

Black with #6E1330

Text Example


Text Example

White with #6E1330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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