Html Css Color HEX #661534 Claret

📋 copy color: '#661534'

red 102 ◦ green 21 ◦ blue 52

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

Shades of Claret #661534

Tints of Claret #661534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12%

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

R = 58.29%
G = 12%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#661534 (or 0x661534) is known color: Claret. HEX triplet: 66, 15 and 34. RGB value is (102,21,52). Sum of RGB (Red+Green+Blue) = 102+21+52=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #661534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661534 is #99EACB. Grayscale: #303030. Windows color (decimal): -10087116 or 3413350. OLE color: 3413350.

HSL color Cylindrical-coordinate representation of color #661534: hue angle of 337.04º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #661534 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 21 52 -
CMYK 0 0.79 0.49 0.6
HSL 337.04º 0.66% 0.24% -
HSV(B) 337.04º 0.79% 0.4% -
XYZ 6.37 3.61 3.61 -
YUV 48.75 129.84 165.98 -
System Red Green Blue C M Y K H S L
Decimal 102 21 52 0 0.79 0.49 0.6 337.04 0.66 0.24
Hex 66 15 34 0 4F 31 3C 151 42 18
Octal 146 25 64 0 117 61 74 521 102 30
Binary 1100110 10101 110100 0 1001111 110001 111100 101010001 1000010 11000

Color Harmonies of #661534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661534

Black with #661534

Text Example


Text Example

White with #661534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661534; }

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

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

background-color css

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

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

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

border-color css

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

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

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