Html Css Color HEX #661432 Claret

📋 copy color: '#661432'

red 102 ◦ green 20 ◦ blue 50

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

Shades of Claret #661432

Tints of Claret #661432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 29.07%

R = 59.3%
G = 11.63%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.6

RGB Variations

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

Color information

#661432 (or 0x661432) is known color: Claret. HEX triplet: 66, 14 and 32. RGB value is (102,20,50). Sum of RGB (Red+Green+Blue) = 102+20+50=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #661432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661432 is #99EBCD. Grayscale: #2F2F2F. Windows color (decimal): -10087374 or 3282022. OLE color: 3282022.

HSL color Cylindrical-coordinate representation of color #661432: hue angle of 338.05º 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 #661432 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 20 50 -
CMYK 0 0.80 0.51 0.6
HSL 338.05º 0.67% 0.24% -
HSV(B) 338.05º 0.8% 0.4% -
XYZ 6.31 3.56 3.37 -
YUV 47.94 129.17 166.56 -
System Red Green Blue C M Y K H S L
Decimal 102 20 50 0 0.80 0.51 0.6 338.05 0.67 0.24
Hex 66 14 32 0 50 33 3C 152 43 18
Octal 146 24 62 0 120 63 74 522 103 30
Binary 1100110 10100 110010 0 1010000 110011 111100 101010010 1000011 11000

Color Harmonies of #661432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661432

Black with #661432

Text Example


Text Example

White with #661432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661432; }

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

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

background-color css

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

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

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

border-color css

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

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

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