#67192F

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

Shades of Claret #67192F

Tints of Claret #67192F

Color information

#67192F (or 0x67192F) is unknown color: approx Claret. HEX triplet: 67, 19 and 2F. RGB value is (103,25,47). Sum of RGB (Red+Green+Blue) = 103+25+47=175 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.86% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 103 - color contains mainly: red. Hex color #67192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67192F is #98E6D0. Grayscale: #323232. Windows color (decimal): -10020561 or 3086695. OLE color: 3086695.

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

Color convert

RGB1032547-
CMYK00.760.540.60
HSL343.08º60.94%25.1%-
HSV(B)343.08º75.73%40.39%-
XYZ6.453.783.08-
YUV50.83125.84165.21-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 58.86%
GREEN value IS 25 (10.16% from 255) = 14.29%
BLUE value IS 47 (18.75% from 255) = 26.86%
R=58.86%
G=14.29%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103254700.760.540.60343.0860.9425.1
Hex67192F04C363C1573d19
Octal1473157011466745277531
Binary1100111110011011110100110011011011110010101011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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