Html Css Color HEX #661730 Claret

📋 copy color: '#661730'

red 102 ◦ green 23 ◦ blue 48

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

Shades of Claret #661730

Tints of Claret #661730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.29%

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

R = 58.96%
G = 13.29%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#661730 (or 0x661730) is known color: Claret. HEX triplet: 66, 17 and 30. RGB value is (102,23,48). Sum of RGB (Red+Green+Blue) = 102+23+48=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #661730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661730 is #99E8CF. Grayscale: #313131. Windows color (decimal): -10086608 or 3151718. OLE color: 3151718.

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

Color convert

RGB 102 23 48 -
CMYK 0 0.77 0.53 0.6
HSL 341.01º 0.63% 0.25% -
HSV(B) 341.01º 0.77% 0.4% -
XYZ 6.32 3.65 3.17 -
YUV 49.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 102 23 48 0 0.77 0.53 0.6 341.01 0.63 0.25
Hex 66 17 30 0 4D 35 3C 155 3F 19
Octal 146 27 60 0 115 65 74 525 77 31
Binary 1100110 10111 110000 0 1001101 110101 111100 101010101 111111 11001

Color Harmonies of #661730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661730

Black with #661730

Text Example


Text Example

White with #661730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661730; }

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

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

background-color css

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

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

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

border-color css

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

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

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