Html Css Color HEX #690625 Burgundy

📋 copy color: '#690625'

red 105 ◦ green 6 ◦ blue 37

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

Shades of Burgundy #690625

Tints of Burgundy #690625

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.05%

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

R = 70.95%
G = 4.05%
B = 25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#690625 (or 0x690625) is known color: Burgundy. HEX triplet: 69, 06 and 25. RGB value is (105,6,37). Sum of RGB (Red+Green+Blue) = 105+6+37=148 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.95% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 105 - color contains mainly: red. Hex color #690625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690625 is #96F9DA. Grayscale: #272727. Windows color (decimal): -9894363 or 2426473. OLE color: 2426473.

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

Color convert

RGB 105 6 37 -
CMYK 0 0.94 0.65 0.59
HSL 341.21º 0.89% 0.22% -
HSV(B) 341.21º 0.94% 0.41% -
XYZ 6.22 3.27 2.05 -
YUV 39.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 105 6 37 0 0.94 0.65 0.59 341.21 0.89 0.22
Hex 69 6 25 0 5E 41 3B 155 59 16
Octal 151 6 45 0 136 101 73 525 131 26
Binary 1101001 110 100101 0 1011110 1000001 111011 101010101 1011001 10110

Color Harmonies of #690625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690625

Black with #690625

Text Example


Text Example

White with #690625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690625; }

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

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

background-color css

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

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

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

border-color css

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

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

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