Html Css Color HEX #661130 Claret

📋 copy color: '#661130'

red 102 ◦ green 17 ◦ blue 48

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

Shades of Claret #661130

Tints of Claret #661130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.18%

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

R = 61.08%
G = 10.18%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#661130 (or 0x661130) is known color: Claret. HEX triplet: 66, 11 and 30. RGB value is (102,17,48). Sum of RGB (Red+Green+Blue) = 102+17+48=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #661130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661130 is #99EECF. Grayscale: #2D2D2D. Windows color (decimal): -10088144 or 3150182. OLE color: 3150182.

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

Color convert

RGB 102 17 48 -
CMYK 0 0.83 0.53 0.6
HSL 338.12º 0.71% 0.23% -
HSV(B) 338.12º 0.83% 0.4% -
XYZ 6.21 3.44 3.13 -
YUV 45.95 129.16 167.98 -
System Red Green Blue C M Y K H S L
Decimal 102 17 48 0 0.83 0.53 0.6 338.12 0.71 0.23
Hex 66 11 30 0 53 35 3C 152 47 17
Octal 146 21 60 0 123 65 74 522 107 27
Binary 1100110 10001 110000 0 1010011 110101 111100 101010010 1000111 10111

Color Harmonies of #661130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661130

Black with #661130

Text Example


Text Example

White with #661130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661130; }

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

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

background-color css

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

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

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

border-color css

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

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

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