Html Css Color HEX #661735 Claret

📋 copy color: '#661735'

red 102 ◦ green 23 ◦ blue 53

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

Shades of Claret #661735

Tints of Claret #661735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 29.78%

R = 57.3%
G = 12.92%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.6

RGB Variations

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

Color information

#661735 (or 0x661735) is known color: Claret. HEX triplet: 66, 17 and 35. RGB value is (102,23,53). Sum of RGB (Red+Green+Blue) = 102+23+53=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #661735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661735 is #99E8CA. Grayscale: #313131. Windows color (decimal): -10086603 or 3479398. OLE color: 3479398.

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

Color convert

RGB 102 23 53 -
CMYK 0 0.77 0.48 0.6
HSL 337.22º 0.63% 0.25% -
HSV(B) 337.22º 0.77% 0.4% -
XYZ 6.43 3.69 3.74 -
YUV 50.04 129.67 165.06 -
System Red Green Blue C M Y K H S L
Decimal 102 23 53 0 0.77 0.48 0.6 337.22 0.63 0.25
Hex 66 17 35 0 4D 30 3C 151 3F 19
Octal 146 27 65 0 115 60 74 521 77 31
Binary 1100110 10111 110101 0 1001101 110000 111100 101010001 111111 11001

Color Harmonies of #661735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661735

Black with #661735

Text Example


Text Example

White with #661735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661735; }

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

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

background-color css

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

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

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

border-color css

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

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

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