Html Css Color HEX #661433 Claret

📋 copy color: '#661433'

red 102 ◦ green 20 ◦ blue 51

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

Shades of Claret #661433

Tints of Claret #661433

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.56%

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

R = 58.96%
G = 11.56%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.5

 K value IS 0.6

RGB Variations

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

Color information

#661433 (or 0x661433) is known color: Claret. HEX triplet: 66, 14 and 33. RGB value is (102,20,51). Sum of RGB (Red+Green+Blue) = 102+20+51=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #661433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661433 is #99EBCC. Grayscale: #303030. Windows color (decimal): -10087373 or 3347558. OLE color: 3347558.

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

Color convert

RGB 102 20 51 -
CMYK 0 0.80 0.5 0.6
HSL 337.32º 0.67% 0.24% -
HSV(B) 337.32º 0.8% 0.4% -
XYZ 6.33 3.56 3.49 -
YUV 48.05 129.67 166.48 -
System Red Green Blue C M Y K H S L
Decimal 102 20 51 0 0.80 0.5 0.6 337.32 0.67 0.24
Hex 66 14 33 0 50 32 3C 151 43 18
Octal 146 24 63 0 120 62 74 521 103 30
Binary 1100110 10100 110011 0 1010000 110010 111100 101010001 1000011 11000

Color Harmonies of #661433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661433

Black with #661433

Text Example


Text Example

White with #661433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661433; }

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

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

background-color css

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

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

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

border-color css

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

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

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