Html Css Color HEX #66132E Claret

📋 copy color: '#66132E'

red 102 ◦ green 19 ◦ blue 46

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

Shades of Claret #66132E

Tints of Claret #66132E

RGB

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

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

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

R = 61.08%
G = 11.38%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.6

RGB Variations

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

Color information

#66132E (or 0x66132E) is known color: Claret. HEX triplet: 66, 13 and 2E. RGB value is (102,19,46). Sum of RGB (Red+Green+Blue) = 102+19+46=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #66132E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66132E is #99ECD1. Grayscale: #2E2E2E. Windows color (decimal): -10087634 or 3019622. OLE color: 3019622.

HSL color Cylindrical-coordinate representation of color #66132E: hue angle of 340.48º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66132E is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 19 46 -
CMYK 0 0.81 0.55 0.6
HSL 340.48º 0.69% 0.24% -
HSV(B) 340.48º 0.81% 0.4% -
XYZ 6.21 3.49 2.93 -
YUV 46.9 127.5 167.3 -
System Red Green Blue C M Y K H S L
Decimal 102 19 46 0 0.81 0.55 0.6 340.48 0.69 0.24
Hex 66 13 2E 0 51 37 3C 154 45 18
Octal 146 23 56 0 121 67 74 524 105 30
Binary 1100110 10011 101110 0 1010001 110111 111100 101010100 1000101 11000

Color Harmonies of #66132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66132E

Black with #66132E

Text Example


Text Example

White with #66132E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66132E; }

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

 H1.HeaderClassName
 {
   color: #66132E;
 }
 .AnyTagClassName
 {
   color: #66132E;
 }
</style>

background-color css

<style>
 a { background-color: #66132E; }

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

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

border-color css

<style>
 span { border-color: #66132E; }

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

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