Html Css Color HEX #662531 Claret

📋 copy color: '#662531'

red 102 ◦ green 37 ◦ blue 49

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

Shades of Claret #662531

Tints of Claret #662531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.68%

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

R = 54.26%
G = 19.68%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.6

RGB Variations

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

Color information

#662531 (or 0x662531) is known color: Claret. HEX triplet: 66, 25 and 31. RGB value is (102,37,49). Sum of RGB (Red+Green+Blue) = 102+37+49=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #662531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662531 is #99DACE. Grayscale: #393939. Windows color (decimal): -10083023 or 3220838. OLE color: 3220838.

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

Color convert

RGB 102 37 49 -
CMYK 0 0.64 0.52 0.6
HSL 348.92º 0.47% 0.27% -
HSV(B) 348.92º 0.64% 0.4% -
XYZ 6.7 4.37 3.4 -
YUV 57.8 123.03 159.52 -
System Red Green Blue C M Y K H S L
Decimal 102 37 49 0 0.64 0.52 0.6 348.92 0.47 0.27
Hex 66 25 31 0 40 34 3C 15D 2F 1B
Octal 146 45 61 0 100 64 74 535 57 33
Binary 1100110 100101 110001 0 1000000 110100 111100 101011101 101111 11011

Color Harmonies of #662531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662531

Black with #662531

Text Example


Text Example

White with #662531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662531; }

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

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

background-color css

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

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

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

border-color css

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

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

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