Html Css Color HEX #690308 Burgundy

📋 copy color: '#690308'

red 105 ◦ green 3 ◦ blue 8

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

Shades of Burgundy #690308

Tints of Burgundy #690308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.9%

R = 90.52%
G = 2.59%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#690308 (or 0x690308) is known color: Burgundy. HEX triplet: 69, 03 and 08. RGB value is (105,3,8). Sum of RGB (Red+Green+Blue) = 105+3+8=116 (15% of max value = 765). Red value is 105 (41.41% from 255 or 90.52% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 105 - color contains mainly: red. Hex color #690308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690308 is #96FCF7. Grayscale: #222222. Windows color (decimal): -9895160 or 525161. OLE color: 525161.

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

Color convert

RGB 105 3 8 -
CMYK 0 0.97 0.92 0.59
HSL 357.06º 0.94% 0.21% -
HSV(B) 357.06º 0.97% 0.41% -
XYZ 5.9 3.09 0.51 -
YUV 34.07 113.29 178.59 -
System Red Green Blue C M Y K H S L
Decimal 105 3 8 0 0.97 0.92 0.59 357.06 0.94 0.21
Hex 69 3 8 0 61 5C 3B 165 5E 15
Octal 151 3 10 0 141 134 73 545 136 25
Binary 1101001 11 1000 0 1100001 1011100 111011 101100101 1011110 10101

Color Harmonies of #690308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690308

Black with #690308

Text Example


Text Example

White with #690308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690308; }

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

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

background-color css

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

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

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

border-color css

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

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

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