Html Css Color HEX #690407 Burgundy

📋 copy color: '#690407'

red 105 ◦ green 4 ◦ blue 7

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

Shades of Burgundy #690407

Tints of Burgundy #690407

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.45%

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

R = 90.52%
G = 3.45%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#690407 (or 0x690407) is known color: Burgundy. HEX triplet: 69, 04 and 07. RGB value is (105,4,7). Sum of RGB (Red+Green+Blue) = 105+4+7=116 (15% of max value = 765). Red value is 105 (41.41% from 255 or 90.52% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 105 - color contains mainly: red. Hex color #690407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690407 is #96FBF8. Grayscale: #222222. Windows color (decimal): -9894905 or 459881. OLE color: 459881.

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

Color convert

RGB 105 4 7 -
CMYK 0 0.96 0.93 0.59
HSL 358.22º 0.93% 0.21% -
HSV(B) 358.22º 0.96% 0.41% -
XYZ 5.91 3.11 0.49 -
YUV 34.54 112.46 178.26 -
System Red Green Blue C M Y K H S L
Decimal 105 4 7 0 0.96 0.93 0.59 358.22 0.93 0.21
Hex 69 4 7 0 60 5D 3B 166 5D 15
Octal 151 4 7 0 140 135 73 546 135 25
Binary 1101001 100 111 0 1100000 1011101 111011 101100110 1011101 10101

Color Harmonies of #690407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690407

Black with #690407

Text Example


Text Example

White with #690407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690407; }

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

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

background-color css

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

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

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

border-color css

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

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

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