#672233

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

Shades of Claret #672233

Tints of Claret #672233

Color information

#672233 (or 0x672233) is unknown color: approx Claret. HEX triplet: 67, 22 and 33. RGB value is (103,34,51). Sum of RGB (Red+Green+Blue) = 103+34+51=188 (24% of max value = 765). Red value is 103 (40.62% from 255 or 54.79% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 103 - color contains mainly: red. Hex color #672233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672233 is #98DDCC. Grayscale: #383838. Windows color (decimal): -10018253 or 3351143. OLE color: 3351143.

HSL color Cylindrical-coordinate representation of color #672233: hue angle of 345.22º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #672233 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1033451-
CMYK00.670.500.60
HSL345.22º50.36%26.86%-
HSV(B)345.22º66.99%40.39%-
XYZ6.764.273.6-
YUV56.57124.86161.12-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 54.79%
GREEN value IS 34 (13.67% from 255) = 18.09%
BLUE value IS 51 (20.31% from 255) = 27.13%
R=54.79%
G=18.09%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103345100.670.500.60345.2250.3626.86
Hex672233043323C159321b
Octal1474263010362745316233
Binary11001111000101100110100001111001011110010101100111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672233; }

 p { color: rgb(103,34,51); }

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

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

 a { background-color: rgb(103,34,51); }

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

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

 span { border-color: rgb(103,34,51); }

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