Html Css Color HEX #690307 Burgundy

📋 copy color: '#690307'

red 105 ◦ green 3 ◦ blue 7

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

Shades of Burgundy #690307

Tints of Burgundy #690307

RGB

 RED value IS 105 (41.41% from 255) = 91.3%

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

 BLUE value IS 7 (3.13% from 255) = 6.09%

R = 91.3%
G = 2.61%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#690307 (or 0x690307) is known color: Burgundy. HEX triplet: 69, 03 and 07. RGB value is (105,3,7). Sum of RGB (Red+Green+Blue) = 105+3+7=115 (15% of max value = 765). Red value is 105 (41.41% from 255 or 91.30% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 105 - color contains mainly: red. Hex color #690307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690307 is #96FCF8. Grayscale: #222222. Windows color (decimal): -9895161 or 459625. OLE color: 459625.

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

Color convert

RGB 105 3 7 -
CMYK 0 0.97 0.93 0.59
HSL 357.65º 0.94% 0.21% -
HSV(B) 357.65º 0.97% 0.41% -
XYZ 5.9 3.08 0.49 -
YUV 33.95 112.79 178.67 -
System Red Green Blue C M Y K H S L
Decimal 105 3 7 0 0.97 0.93 0.59 357.65 0.94 0.21
Hex 69 3 7 0 61 5D 3B 166 5E 15
Octal 151 3 7 0 141 135 73 546 136 25
Binary 1101001 11 111 0 1100001 1011101 111011 101100110 1011110 10101

Color Harmonies of #690307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690307

Black with #690307

Text Example


Text Example

White with #690307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690307; }

 p { color: rgb(105,3,7); }

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

background-color css

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

 a { background-color: rgb(105,3,7); }

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

border-color css

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

 span { border-color: rgb(105,3,7); }

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