Html Css Color HEX #662133 Claret

📋 copy color: '#662133'

red 102 ◦ green 33 ◦ blue 51

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

Shades of Claret #662133

Tints of Claret #662133

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.74%

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

R = 54.84%
G = 17.74%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.5

 K value IS 0.6

RGB Variations

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

Color information

#662133 (or 0x662133) is known color: Claret. HEX triplet: 66, 21 and 33. RGB value is (102,33,51). Sum of RGB (Red+Green+Blue) = 102+33+51=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #662133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662133 is #99DECC. Grayscale: #373737. Windows color (decimal): -10084045 or 3350886. OLE color: 3350886.

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

Color convert

RGB 102 33 51 -
CMYK 0 0.68 0.5 0.6
HSL 344.35º 0.51% 0.26% -
HSV(B) 344.35º 0.68% 0.4% -
XYZ 6.62 4.15 3.58 -
YUV 55.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 102 33 51 0 0.68 0.5 0.6 344.35 0.51 0.26
Hex 66 21 33 0 44 32 3C 158 33 1A
Octal 146 41 63 0 104 62 74 530 63 32
Binary 1100110 100001 110011 0 1000100 110010 111100 101011000 110011 11010

Color Harmonies of #662133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662133

Black with #662133

Text Example


Text Example

White with #662133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662133; }

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

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

background-color css

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

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

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

border-color css

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

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

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