Html Css Color HEX #670324 Burgundy

📋 copy color: '#670324'

red 103 ◦ green 3 ◦ blue 36

#670324
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #670324

Tints of Burgundy #670324

RGB

 RED value IS 103 (40.63% from 255) = 72.54%

 GREEN value IS 3 (1.56% from 255) = 2.11%

 BLUE value IS 36 (14.45% from 255) = 25.35%

R = 72.54%
G = 2.11%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.60

RGB Variations

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

Color information

#670324 (or 0x670324) is known color: Burgundy. HEX triplet: 67, 03 and 24. RGB value is (103,3,36). Sum of RGB (Red+Green+Blue) = 103+3+36=142 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.54% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 103 - color contains mainly: red. Hex color #670324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670324 is #98FCDB. Grayscale: #242424. Windows color (decimal): -10026204 or 2360167. OLE color: 2360167.

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

Color convert

RGB 103 3 36 -
CMYK 0 0.97 0.65 0.60
HSL 340.2º 0.94% 0.21% -
HSV(B) 340.2º 0.97% 0.4% -
XYZ 5.94 3.08 1.95 -
YUV 36.66 127.63 175.32 -
System Red Green Blue C M Y K H S L
Decimal 103 3 36 0 0.97 0.65 0.60 340.2 0.94 0.21
Hex 67 3 24 0 61 41 3C 154 5E 15
Octal 147 3 44 0 141 101 74 524 136 25
Binary 1100111 11 100100 0 1100001 1000001 111100 101010100 1011110 10101

Color Harmonies of #670324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670324

Black with #670324

Text Example


Text Example

White with #670324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670324; }

 p { color: rgb(103,3,36); }

 H1.HeaderClassName
 {
   color: #670324;
 }
 .AnyTagClassName
 {
   color: #670324;
 }
</style>

background-color css

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

 a { background-color: rgb(103,3,36); }

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

border-color css

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

 span { border-color: rgb(103,3,36); }

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