Html Css Color HEX #690328 Burgundy

📋 copy color: '#690328'

red 105 ◦ green 3 ◦ blue 40

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

Shades of Burgundy #690328

Tints of Burgundy #690328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.03%

R = 70.95%
G = 2.03%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#690328 (or 0x690328) is known color: Burgundy. HEX triplet: 69, 03 and 28. RGB value is (105,3,40). Sum of RGB (Red+Green+Blue) = 105+3+40=148 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.95% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 105 - color contains mainly: red. Hex color #690328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690328 is #96FCD7. Grayscale: #252525. Windows color (decimal): -9895128 or 2622313. OLE color: 2622313.

HSL color Cylindrical-coordinate representation of color #690328: hue angle of 338.24º 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 #690328 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 3 40 -
CMYK 0 0.97 0.62 0.59
HSL 338.24º 0.94% 0.21% -
HSV(B) 338.24º 0.97% 0.41% -
XYZ 6.24 3.22 2.3 -
YUV 37.72 129.29 175.99 -
System Red Green Blue C M Y K H S L
Decimal 105 3 40 0 0.97 0.62 0.59 338.24 0.94 0.21
Hex 69 3 28 0 61 3E 3B 152 5E 15
Octal 151 3 50 0 141 76 73 522 136 25
Binary 1101001 11 101000 0 1100001 111110 111011 101010010 1011110 10101

Color Harmonies of #690328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690328

Black with #690328

Text Example


Text Example

White with #690328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690328; }

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

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

background-color css

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

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

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

border-color css

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

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

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