Html Css Color HEX #690725 Burgundy

📋 copy color: '#690725'

red 105 ◦ green 7 ◦ blue 37

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

Shades of Burgundy #690725

Tints of Burgundy #690725

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.7%

 BLUE value IS 37 (14.84% from 255) = 24.83%

R = 70.47%
G = 4.7%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#690725 (or 0x690725) is known color: Burgundy. HEX triplet: 69, 07 and 25. RGB value is (105,7,37). Sum of RGB (Red+Green+Blue) = 105+7+37=149 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.47% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 105 - color contains mainly: red. Hex color #690725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690725 is #96F8DA. Grayscale: #272727. Windows color (decimal): -9894107 or 2426729. OLE color: 2426729.

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

Color convert

RGB 105 7 37 -
CMYK 0 0.93 0.65 0.59
HSL 341.63º 0.88% 0.22% -
HSV(B) 341.63º 0.93% 0.41% -
XYZ 6.24 3.29 2.06 -
YUV 39.72 126.47 174.56 -
System Red Green Blue C M Y K H S L
Decimal 105 7 37 0 0.93 0.65 0.59 341.63 0.88 0.22
Hex 69 7 25 0 5D 41 3B 156 58 16
Octal 151 7 45 0 135 101 73 526 130 26
Binary 1101001 111 100101 0 1011101 1000001 111011 101010110 1011000 10110

Color Harmonies of #690725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690725

Black with #690725

Text Example


Text Example

White with #690725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690725; }

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

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

background-color css

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

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

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

border-color css

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

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

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