#670422

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

Shades of Burgundy #670422

Tints of Burgundy #670422

Color information

#670422 (or 0x670422) is unknown color: approx Burgundy. HEX triplet: 67, 04 and 22. RGB value is (103,4,34). Sum of RGB (Red+Green+Blue) = 103+4+34=141 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.05% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 103 - color contains mainly: red. Hex color #670422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670422 is #98FBDD. Grayscale: #252525. Windows color (decimal): -10025950 or 2229351. OLE color: 2229351.

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

Color convert

RGB103434-
CMYK00.960.670.60
HSL341.82º92.52%20.98%-
HSV(B)341.82º96.12%40.39%-
XYZ5.933.091.8-
YUV37.02126.3175.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 73.05%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 34 (13.67% from 255) = 24.11%
R=73.05%
G=2.84%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10343400.960.670.60341.8292.5220.98
Hex67422060433C1565d15
Octal14744201401037452613525
Binary1100111100100010011000001000011111100101010110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670422; }

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

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

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

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

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

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

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

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