Html Css Color HEX #661030 Claret

📋 copy color: '#661030'

red 102 ◦ green 16 ◦ blue 48

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

Shades of Claret #661030

Tints of Claret #661030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.64%

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

R = 61.45%
G = 9.64%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#661030 (or 0x661030) is known color: Claret. HEX triplet: 66, 10 and 30. RGB value is (102,16,48). Sum of RGB (Red+Green+Blue) = 102+16+48=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #661030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661030 is #99EFCF. Grayscale: #2D2D2D. Windows color (decimal): -10088400 or 3149926. OLE color: 3149926.

HSL color Cylindrical-coordinate representation of color #661030: hue angle of 337.67º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661030 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 16 48 -
CMYK 0 0.84 0.53 0.6
HSL 337.67º 0.73% 0.23% -
HSV(B) 337.67º 0.84% 0.4% -
XYZ 6.2 3.41 3.13 -
YUV 45.36 129.49 168.4 -
System Red Green Blue C M Y K H S L
Decimal 102 16 48 0 0.84 0.53 0.6 337.67 0.73 0.23
Hex 66 10 30 0 54 35 3C 152 49 17
Octal 146 20 60 0 124 65 74 522 111 27
Binary 1100110 10000 110000 0 1010100 110101 111100 101010010 1001001 10111

Color Harmonies of #661030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661030

Black with #661030

Text Example


Text Example

White with #661030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661030; }

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

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

background-color css

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

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

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

border-color css

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

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

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