Html Css Color HEX #690128 Burgundy

📋 copy color: '#690128'

red 105 ◦ green 1 ◦ blue 40

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

Shades of Burgundy #690128

Tints of Burgundy #690128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

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

R = 71.92%
G = 0.68%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#690128 (or 0x690128) is known color: Burgundy. HEX triplet: 69, 01 and 28. RGB value is (105,1,40). Sum of RGB (Red+Green+Blue) = 105+1+40=146 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.92% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 105 - color contains mainly: red. Hex color #690128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690128 is #96FED7. Grayscale: #242424. Windows color (decimal): -9895640 or 2621801. OLE color: 2621801.

HSL color Cylindrical-coordinate representation of color #690128: hue angle of 337.5º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690128 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 1 40 -
CMYK 0 0.99 0.62 0.59
HSL 337.5º 0.98% 0.21% -
HSV(B) 337.5º 0.99% 0.41% -
XYZ 6.22 3.18 2.29 -
YUV 36.54 129.96 176.83 -
System Red Green Blue C M Y K H S L
Decimal 105 1 40 0 0.99 0.62 0.59 337.5 0.98 0.21
Hex 69 1 28 0 63 3E 3B 152 62 15
Octal 151 1 50 0 143 76 73 522 142 25
Binary 1101001 1 101000 0 1100011 111110 111011 101010010 1100010 10101

Color Harmonies of #690128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690128

Black with #690128

Text Example


Text Example

White with #690128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690128; }

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

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

background-color css

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

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

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

border-color css

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

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

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