Html Css Color HEX #690507 Burgundy

📋 copy color: '#690507'

red 105 ◦ green 5 ◦ blue 7

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

Shades of Burgundy #690507

Tints of Burgundy #690507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.27%

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

R = 89.74%
G = 4.27%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#690507 (or 0x690507) is known color: Burgundy. HEX triplet: 69, 05 and 07. RGB value is (105,5,7). Sum of RGB (Red+Green+Blue) = 105+5+7=117 (15% of max value = 765). Red value is 105 (41.41% from 255 or 89.74% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 105 - color contains mainly: red. Hex color #690507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690507 is #96FAF8. Grayscale: #232323. Windows color (decimal): -9894649 or 460137. OLE color: 460137.

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

Color convert

RGB 105 5 7 -
CMYK 0 0.95 0.93 0.59
HSL 358.8º 0.91% 0.22% -
HSV(B) 358.8º 0.95% 0.41% -
XYZ 5.92 3.13 0.49 -
YUV 35.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 105 5 7 0 0.95 0.93 0.59 358.8 0.91 0.22
Hex 69 5 7 0 5F 5D 3B 167 5B 16
Octal 151 5 7 0 137 135 73 547 133 26
Binary 1101001 101 111 0 1011111 1011101 111011 101100111 1011011 10110

Color Harmonies of #690507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690507

Black with #690507

Text Example


Text Example

White with #690507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690507; }

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

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

background-color css

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

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

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

border-color css

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

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

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