#67132F

Color #67132F Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #67132F

Tints of Claret #67132F

Color information

#67132F (or 0x67132F) is unknown color: approx Claret. HEX triplet: 67, 13 and 2F. RGB value is (103,19,47). Sum of RGB (Red+Green+Blue) = 103+19+47=169 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.95% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 103 - color contains mainly: red. Hex color #67132F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67132F is #98ECD0. Grayscale: #2F2F2F. Windows color (decimal): -10022097 or 3085159. OLE color: 3085159.

HSL color Cylindrical-coordinate representation of color #67132F: hue angle of 340º degrees, saturation: 0.69, 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 #67132F is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB1031947-
CMYK00.820.540.60
HSL340º68.85%23.92%-
HSV(B)340º81.55%40.39%-
XYZ6.343.553.04-
YUV47.31127.83167.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 60.95%
GREEN value IS 19 (7.81% from 255) = 11.24%
BLUE value IS 47 (18.75% from 255) = 27.81%
R=60.95%
G=11.24%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103194700.820.540.6034068.8523.92
Hex67132F052363C1544518
Octal14723570122667452410530
Binary11001111001110111101010010110110111100101010100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67132F; }

 p { color: rgb(103,19,47); }

 H1.HeaderClassName
 {
   color: #67132F;
 }
 .AnyTagClassName
 {
   color: #67132F;
 }
</style>
background-color css

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

 a { background-color: rgb(103,19,47); }

 div.DivClassName
 {
   background-color: #67132F;
 }
 .BgClassName
 {
   background-color: #67132F;
 }
</style>
border-color css

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

 span { border-color: rgb(103,19,47); }

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