#67122F

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

Shades of Claret #67122F

Tints of Claret #67122F

Color information

#67122F (or 0x67122F) is unknown color: approx Claret. HEX triplet: 67, 12 and 2F. RGB value is (103,18,47). Sum of RGB (Red+Green+Blue) = 103+18+47=168 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.31% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 103 - color contains mainly: red. Hex color #67122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67122F is #98EDD0. Grayscale: #2E2E2E. Windows color (decimal): -10022353 or 3084903. OLE color: 3084903.

HSL color Cylindrical-coordinate representation of color #67122F: hue angle of 339.53º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #67122F is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB1031847-
CMYK00.830.540.60
HSL339.53º70.25%23.73%-
HSV(B)339.53º82.52%40.39%-
XYZ6.323.523.04-
YUV46.72128.16168.14-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 61.31%
GREEN value IS 18 (7.42% from 255) = 10.71%
BLUE value IS 47 (18.75% from 255) = 27.98%
R=61.31%
G=10.71%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103184700.830.540.60339.5370.2523.73
Hex67122F053363C1544618
Octal14722570123667452410630
Binary11001111001010111101010011110110111100101010100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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