Html Css Color HEX #661D36 Claret

📋 copy color: '#661D36'

red 102 ◦ green 29 ◦ blue 54

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

Shades of Claret #661D36

Tints of Claret #661D36

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.68%

 BLUE value IS 54 (21.48% from 255) = 29.19%

R = 55.14%
G = 15.68%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.6

RGB Variations

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

Color information

#661D36 (or 0x661D36) is known color: Claret. HEX triplet: 66, 1D and 36. RGB value is (102,29,54). Sum of RGB (Red+Green+Blue) = 102+29+54=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 54 (21.48% from 255 or 29.19% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #661D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661D36 is #99E2C9. Grayscale: #353535. Windows color (decimal): -10085066 or 3546470. OLE color: 3546470.

HSL color Cylindrical-coordinate representation of color #661D36: hue angle of 339.45º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #661D36 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 29 54 -
CMYK 0 0.72 0.47 0.6
HSL 339.45º 0.56% 0.26% -
HSV(B) 339.45º 0.72% 0.4% -
XYZ 6.58 3.97 3.91 -
YUV 53.68 128.18 162.47 -
System Red Green Blue C M Y K H S L
Decimal 102 29 54 0 0.72 0.47 0.6 339.45 0.56 0.26
Hex 66 1D 36 0 48 2F 3C 153 38 1A
Octal 146 35 66 0 110 57 74 523 70 32
Binary 1100110 11101 110110 0 1001000 101111 111100 101010011 111000 11010

Color Harmonies of #661D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661D36

Black with #661D36

Text Example


Text Example

White with #661D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,29,54); }

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

background-color css

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

 a { background-color: rgb(102,29,54); }

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

border-color css

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

 span { border-color: rgb(102,29,54); }

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