Html Css Color HEX #670224 Burgundy

📋 copy color: '#670224'

red 103 ◦ green 2 ◦ blue 36

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

Shades of Burgundy #670224

Tints of Burgundy #670224

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.42%

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

R = 73.05%
G = 1.42%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.60

RGB Variations

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

Color information

#670224 (or 0x670224) is known color: Burgundy. HEX triplet: 67, 02 and 24. RGB value is (103,2,36). Sum of RGB (Red+Green+Blue) = 103+2+36=141 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.05% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 103 - color contains mainly: red. Hex color #670224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670224 is #98FDDB. Grayscale: #242424. Windows color (decimal): -10026460 or 2359911. OLE color: 2359911.

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

Color convert

RGB 103 2 36 -
CMYK 0 0.98 0.65 0.60
HSL 339.8º 0.96% 0.21% -
HSV(B) 339.8º 0.98% 0.4% -
XYZ 5.93 3.05 1.95 -
YUV 36.08 127.96 175.74 -
System Red Green Blue C M Y K H S L
Decimal 103 2 36 0 0.98 0.65 0.60 339.8 0.96 0.21
Hex 67 2 24 0 62 41 3C 154 60 15
Octal 147 2 44 0 142 101 74 524 140 25
Binary 1100111 10 100100 0 1100010 1000001 111100 101010100 1100000 10101

Color Harmonies of #670224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670224

Black with #670224

Text Example


Text Example

White with #670224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670224; }

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

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

background-color css

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

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

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

border-color css

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

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

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