#67152F

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

Shades of Claret #67152F

Tints of Claret #67152F

Color information

#67152F (or 0x67152F) is unknown color: approx Claret. HEX triplet: 67, 15 and 2F. RGB value is (103,21,47). Sum of RGB (Red+Green+Blue) = 103+21+47=171 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.23% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 103 - color contains mainly: red. Hex color #67152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67152F is #98EAD0. Grayscale: #303030. Windows color (decimal): -10021585 or 3085671. OLE color: 3085671.

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

Color convert

RGB1032147-
CMYK00.800.540.60
HSL340.98º66.13%24.31%-
HSV(B)340.98º79.61%40.39%-
XYZ6.373.633.05-
YUV48.48127.17166.89-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 60.23%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 47 (18.75% from 255) = 27.49%
R=60.23%
G=12.28%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103214700.800.540.60340.9866.1324.31
Hex67152F050363C1554218
Octal14725570120667452510230
Binary11001111010110111101010000110110111100101010101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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