Html Css Color HEX #662231 Claret

📋 copy color: '#662231'

red 102 ◦ green 34 ◦ blue 49

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

Shades of Claret #662231

Tints of Claret #662231

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.38%

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

R = 55.14%
G = 18.38%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.6

RGB Variations

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

Color information

#662231 (or 0x662231) is known color: Claret. HEX triplet: 66, 22 and 31. RGB value is (102,34,49). Sum of RGB (Red+Green+Blue) = 102+34+49=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #662231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662231 is #99DDCE. Grayscale: #383838. Windows color (decimal): -10083791 or 3220070. OLE color: 3220070.

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

Color convert

RGB 102 34 49 -
CMYK 0 0.67 0.52 0.6
HSL 346.76º 0.5% 0.27% -
HSV(B) 346.76º 0.67% 0.4% -
XYZ 6.61 4.19 3.37 -
YUV 56.04 124.03 160.78 -
System Red Green Blue C M Y K H S L
Decimal 102 34 49 0 0.67 0.52 0.6 346.76 0.5 0.27
Hex 66 22 31 0 43 34 3C 15B 32 1B
Octal 146 42 61 0 103 64 74 533 62 33
Binary 1100110 100010 110001 0 1000011 110100 111100 101011011 110010 11011

Color Harmonies of #662231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662231

Black with #662231

Text Example


Text Example

White with #662231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662231; }

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

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

background-color css

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

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

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

border-color css

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

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

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