Html Css Color HEX #670309 Burgundy

📋 copy color: '#670309'

red 103 ◦ green 3 ◦ blue 9

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

Shades of Burgundy #670309

Tints of Burgundy #670309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.83%

R = 89.57%
G = 2.61%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.60

RGB Variations

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

Color information

#670309 (or 0x670309) is known color: Burgundy. HEX triplet: 67, 03 and 09. RGB value is (103,3,9). Sum of RGB (Red+Green+Blue) = 103+3+9=115 (15% of max value = 765). Red value is 103 (40.62% from 255 or 89.57% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 103 - color contains mainly: red. Hex color #670309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670309 is #98FCF6. Grayscale: #212121. Windows color (decimal): -10026231 or 590695. OLE color: 590695.

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

Color convert

RGB 103 3 9 -
CMYK 0 0.97 0.91 0.60
HSL 356.4º 0.94% 0.21% -
HSV(B) 356.4º 0.97% 0.4% -
XYZ 5.68 2.97 0.53 -
YUV 33.58 114.13 177.51 -
System Red Green Blue C M Y K H S L
Decimal 103 3 9 0 0.97 0.91 0.60 356.4 0.94 0.21
Hex 67 3 9 0 61 5B 3C 164 5E 15
Octal 147 3 11 0 141 133 74 544 136 25
Binary 1100111 11 1001 0 1100001 1011011 111100 101100100 1011110 10101

Color Harmonies of #670309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670309

Black with #670309

Text Example


Text Example

White with #670309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670309; }

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

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

background-color css

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

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

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

border-color css

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

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

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