Html Css Color HEX #661430 Claret

📋 copy color: '#661430'

red 102 ◦ green 20 ◦ blue 48

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

Shades of Claret #661430

Tints of Claret #661430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.24%

R = 60%
G = 11.76%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#661430 (or 0x661430) is known color: Claret. HEX triplet: 66, 14 and 30. RGB value is (102,20,48). Sum of RGB (Red+Green+Blue) = 102+20+48=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #661430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661430 is #99EBCF. Grayscale: #2F2F2F. Windows color (decimal): -10087376 or 3150950. OLE color: 3150950.

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

Color convert

RGB 102 20 48 -
CMYK 0 0.80 0.53 0.6
HSL 339.51º 0.67% 0.24% -
HSV(B) 339.51º 0.8% 0.4% -
XYZ 6.26 3.54 3.15 -
YUV 47.71 128.17 166.72 -
System Red Green Blue C M Y K H S L
Decimal 102 20 48 0 0.80 0.53 0.6 339.51 0.67 0.24
Hex 66 14 30 0 50 35 3C 154 43 18
Octal 146 24 60 0 120 65 74 524 103 30
Binary 1100110 10100 110000 0 1010000 110101 111100 101010100 1000011 11000

Color Harmonies of #661430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661430

Black with #661430

Text Example


Text Example

White with #661430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661430; }

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

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

background-color css

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

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

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

border-color css

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

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

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