Html Css Color HEX #660E2E Claret

📋 copy color: '#660E2E'

red 102 ◦ green 14 ◦ blue 46

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

Shades of Claret #660E2E

Tints of Claret #660E2E

RGB

 RED value IS 102 (40.23% from 255) = 62.96%

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

 BLUE value IS 46 (18.36% from 255) = 28.4%

R = 62.96%
G = 8.64%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.6

RGB Variations

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

Color information

#660E2E (or 0x660E2E) is known color: Claret. HEX triplet: 66, 0E and 2E. RGB value is (102,14,46). Sum of RGB (Red+Green+Blue) = 102+14+46=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 14 (5.86% from 255 or 8.64% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #660E2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660E2E is #99F1D1. Grayscale: #2B2B2B. Windows color (decimal): -10088914 or 3018342. OLE color: 3018342.

HSL color Cylindrical-coordinate representation of color #660E2E: hue angle of 338.18º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #660E2E is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 14 46 -
CMYK 0 0.86 0.55 0.6
HSL 338.18º 0.76% 0.23% -
HSV(B) 338.18º 0.86% 0.4% -
XYZ 6.13 3.34 2.91 -
YUV 43.96 129.15 169.4 -
System Red Green Blue C M Y K H S L
Decimal 102 14 46 0 0.86 0.55 0.6 338.18 0.76 0.23
Hex 66 E 2E 0 56 37 3C 152 4C 17
Octal 146 16 56 0 126 67 74 522 114 27
Binary 1100110 1110 101110 0 1010110 110111 111100 101010010 1001100 10111

Color Harmonies of #660E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660E2E

Black with #660E2E

Text Example


Text Example

White with #660E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660E2E; }

 p { color: rgb(102,14,46); }

 H1.HeaderClassName
 {
   color: #660E2E;
 }
 .AnyTagClassName
 {
   color: #660E2E;
 }
</style>

background-color css

<style>
 a { background-color: #660E2E; }

 a { background-color: rgb(102,14,46); }

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

border-color css

<style>
 span { border-color: #660E2E; }

 span { border-color: rgb(102,14,46); }

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