#67202E

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

Shades of Claret #67202E

Tints of Claret #67202E

Color information

#67202E (or 0x67202E) is unknown color: approx Claret. HEX triplet: 67, 20 and 2E. RGB value is (103,32,46). Sum of RGB (Red+Green+Blue) = 103+32+46=181 (23% of max value = 765). Red value is 103 (40.62% from 255 or 56.91% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 103 - color contains mainly: red. Hex color #67202E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67202E is #98DFD1. Grayscale: #363636. Windows color (decimal): -10018770 or 3022951. OLE color: 3022951.

HSL color Cylindrical-coordinate representation of color #67202E: hue angle of 348.17º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #67202E is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB1033246-
CMYK00.690.550.60
HSL348.17º52.59%26.47%-
HSV(B)348.17º68.93%40.39%-
XYZ6.64.113.03-
YUV54.82123.02162.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 56.91%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 46 (18.36% from 255) = 25.41%
R=56.91%
G=17.68%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103324600.690.550.60348.1752.5926.47
Hex67202E045373C15c351a
Octal1474056010567745346532
Binary11001111000001011100100010111011111110010101110011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67202E; }

 p { color: rgb(103,32,46); }

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

<style>
 a { background-color: #67202E; }

 a { background-color: rgb(103,32,46); }

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

<style>
 span { border-color: #67202E; }

 span { border-color: rgb(103,32,46); }

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