Html Css Color HEX #661936 Claret

📋 copy color: '#661936'

red 102 ◦ green 25 ◦ blue 54

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

Shades of Claret #661936

Tints of Claret #661936

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.81%

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

R = 56.35%
G = 13.81%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.6

RGB Variations

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

Color information

#661936 (or 0x661936) is known color: Claret. HEX triplet: 66, 19 and 36. RGB value is (102,25,54). Sum of RGB (Red+Green+Blue) = 102+25+54=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 54 (21.48% from 255 or 29.83% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #661936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661936 is #99E6C9. Grayscale: #333333. Windows color (decimal): -10086090 or 3545446. OLE color: 3545446.

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

Color convert

RGB 102 25 54 -
CMYK 0 0.75 0.47 0.6
HSL 337.4º 0.61% 0.25% -
HSV(B) 337.4º 0.75% 0.4% -
XYZ 6.49 3.79 3.88 -
YUV 51.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 102 25 54 0 0.75 0.47 0.6 337.4 0.61 0.25
Hex 66 19 36 0 4B 2F 3C 151 3D 19
Octal 146 31 66 0 113 57 74 521 75 31
Binary 1100110 11001 110110 0 1001011 101111 111100 101010001 111101 11001

Color Harmonies of #661936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661936

Black with #661936

Text Example


Text Example

White with #661936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661936; }

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

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

background-color css

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

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

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

border-color css

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

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

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