Html Css Color HEX #661C34 Claret

📋 copy color: '#661C34'

red 102 ◦ green 28 ◦ blue 52

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

Shades of Claret #661C34

Tints of Claret #661C34

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.38%

 BLUE value IS 52 (20.7% from 255) = 28.57%

R = 56.04%
G = 15.38%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#661C34 (or 0x661C34) is known color: Claret. HEX triplet: 66, 1C and 34. RGB value is (102,28,52). Sum of RGB (Red+Green+Blue) = 102+28+52=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #661C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661C34 is #99E3CB. Grayscale: #343434. Windows color (decimal): -10085324 or 3415142. OLE color: 3415142.

HSL color Cylindrical-coordinate representation of color #661C34: hue angle of 340.54º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #661C34 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 28 52 -
CMYK 0 0.73 0.49 0.6
HSL 340.54º 0.57% 0.25% -
HSV(B) 340.54º 0.73% 0.4% -
XYZ 6.51 3.9 3.66 -
YUV 52.86 127.52 163.05 -
System Red Green Blue C M Y K H S L
Decimal 102 28 52 0 0.73 0.49 0.6 340.54 0.57 0.25
Hex 66 1C 34 0 49 31 3C 155 39 19
Octal 146 34 64 0 111 61 74 525 71 31
Binary 1100110 11100 110100 0 1001001 110001 111100 101010101 111001 11001

Color Harmonies of #661C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661C34

Black with #661C34

Text Example


Text Example

White with #661C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661C34; }

 p { color: rgb(102,28,52); }

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

background-color css

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

 a { background-color: rgb(102,28,52); }

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

border-color css

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

 span { border-color: rgb(102,28,52); }

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