Html Css Color HEX #661231 Claret

📋 copy color: '#661231'

red 102 ◦ green 18 ◦ blue 49

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

Shades of Claret #661231

Tints of Claret #661231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.65%

 BLUE value IS 49 (19.53% from 255) = 28.99%

R = 60.36%
G = 10.65%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.6

RGB Variations

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

Color information

#661231 (or 0x661231) is known color: Claret. HEX triplet: 66, 12 and 31. RGB value is (102,18,49). Sum of RGB (Red+Green+Blue) = 102+18+49=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #661231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661231 is #99EDCE. Grayscale: #2E2E2E. Windows color (decimal): -10087887 or 3215974. OLE color: 3215974.

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

Color convert

RGB 102 18 49 -
CMYK 0 0.82 0.52 0.6
HSL 337.86º 0.7% 0.24% -
HSV(B) 337.86º 0.82% 0.4% -
XYZ 6.25 3.48 3.25 -
YUV 46.65 129.33 167.48 -
System Red Green Blue C M Y K H S L
Decimal 102 18 49 0 0.82 0.52 0.6 337.86 0.7 0.24
Hex 66 12 31 0 52 34 3C 152 46 18
Octal 146 22 61 0 122 64 74 522 106 30
Binary 1100110 10010 110001 0 1010010 110100 111100 101010010 1000110 11000

Color Harmonies of #661231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661231

Black with #661231

Text Example


Text Example

White with #661231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661231; }

 p { color: rgb(102,18,49); }

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

background-color css

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

 a { background-color: rgb(102,18,49); }

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

border-color css

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

 span { border-color: rgb(102,18,49); }

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