#672230

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

Shades of Claret #672230

Tints of Claret #672230

Color information

#672230 (or 0x672230) is unknown color: approx Claret. HEX triplet: 67, 22 and 30. RGB value is (103,34,48). Sum of RGB (Red+Green+Blue) = 103+34+48=185 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.68% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 103 - color contains mainly: red. Hex color #672230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672230 is #98DDCF. Grayscale: #383838. Windows color (decimal): -10018256 or 3154535. OLE color: 3154535.

HSL color Cylindrical-coordinate representation of color #672230: hue angle of 347.83º 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 #672230 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB1033448-
CMYK00.670.530.60
HSL347.83º50.36%26.86%-
HSV(B)347.83º66.99%40.39%-
XYZ6.74.243.26-
YUV56.23123.36161.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 55.68%
GREEN value IS 34 (13.67% from 255) = 18.38%
BLUE value IS 48 (19.14% from 255) = 25.95%
R=55.68%
G=18.38%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103344800.670.530.60347.8350.3626.86
Hex672230043353C15c321b
Octal1474260010365745346233
Binary11001111000101100000100001111010111110010101110011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672230; }

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

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

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

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

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

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

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

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