Html Css Color HEX #661233 Claret

📋 copy color: '#661233'

red 102 ◦ green 18 ◦ blue 51

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

Shades of Claret #661233

Tints of Claret #661233

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.53%

 BLUE value IS 51 (20.31% from 255) = 29.82%

R = 59.65%
G = 10.53%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.5

 K value IS 0.6

RGB Variations

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

Color information

#661233 (or 0x661233) is known color: Claret. HEX triplet: 66, 12 and 33. RGB value is (102,18,51). Sum of RGB (Red+Green+Blue) = 102+18+51=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 51 (20.31% from 255 or 29.82% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #661233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661233 is #99EDCC. Grayscale: #2E2E2E. Windows color (decimal): -10087885 or 3347046. OLE color: 3347046.

HSL color Cylindrical-coordinate representation of color #661233: hue angle of 336.43º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661233 is Cyan = 0, Magento = 0.82, Yellow = 0.5 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 18 51 -
CMYK 0 0.82 0.5 0.6
HSL 336.43º 0.7% 0.24% -
HSV(B) 336.43º 0.82% 0.4% -
XYZ 6.29 3.5 3.48 -
YUV 46.88 130.33 167.32 -
System Red Green Blue C M Y K H S L
Decimal 102 18 51 0 0.82 0.5 0.6 336.43 0.7 0.24
Hex 66 12 33 0 52 32 3C 150 46 18
Octal 146 22 63 0 122 62 74 520 106 30
Binary 1100110 10010 110011 0 1010010 110010 111100 101010000 1000110 11000

Color Harmonies of #661233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661233

Black with #661233

Text Example


Text Example

White with #661233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661233; }

 p { color: rgb(102,18,51); }

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

background-color css

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

 a { background-color: rgb(102,18,51); }

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

border-color css

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

 span { border-color: rgb(102,18,51); }

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