#67102F

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

Shades of Claret #67102F

Tints of Claret #67102F

Color information

#67102F (or 0x67102F) is unknown color: approx Claret. HEX triplet: 67, 10 and 2F. RGB value is (103,16,47). Sum of RGB (Red+Green+Blue) = 103+16+47=166 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.05% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 103 - color contains mainly: red. Hex color #67102F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67102F is #98EFD0. Grayscale: #2D2D2D. Windows color (decimal): -10022865 or 3084391. OLE color: 3084391.

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

Color convert

RGB1031647-
CMYK00.840.540.60
HSL338.62º73.11%23.33%-
HSV(B)338.62º84.47%40.39%-
XYZ6.293.463.03-
YUV45.55128.82168.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 62.05%
GREEN value IS 16 (6.64% from 255) = 9.64%
BLUE value IS 47 (18.75% from 255) = 28.31%
R=62.05%
G=9.64%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103164700.840.540.60338.6273.1123.33
Hex67102F054363C1534917
Octal14720570124667452311127
Binary11001111000010111101010100110110111100101010011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67102F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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