Html Css Color HEX #690227 Burgundy

📋 copy color: '#690227'

red 105 ◦ green 2 ◦ blue 39

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

Shades of Burgundy #690227

Tints of Burgundy #690227

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.37%

 BLUE value IS 39 (15.63% from 255) = 26.71%

R = 71.92%
G = 1.37%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#690227 (or 0x690227) is known color: Burgundy. HEX triplet: 69, 02 and 27. RGB value is (105,2,39). Sum of RGB (Red+Green+Blue) = 105+2+39=146 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.92% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 105 - color contains mainly: red. Hex color #690227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690227 is #96FDD8. Grayscale: #242424. Windows color (decimal): -9895385 or 2556521. OLE color: 2556521.

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

Color convert

RGB 105 2 39 -
CMYK 0 0.98 0.63 0.59
HSL 338.45º 0.96% 0.21% -
HSV(B) 338.45º 0.98% 0.41% -
XYZ 6.21 3.19 2.21 -
YUV 37.02 129.12 176.49 -
System Red Green Blue C M Y K H S L
Decimal 105 2 39 0 0.98 0.63 0.59 338.45 0.96 0.21
Hex 69 2 27 0 62 3F 3B 152 60 15
Octal 151 2 47 0 142 77 73 522 140 25
Binary 1101001 10 100111 0 1100010 111111 111011 101010010 1100000 10101

Color Harmonies of #690227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690227

Black with #690227

Text Example


Text Example

White with #690227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690227; }

 p { color: rgb(105,2,39); }

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

background-color css

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

 a { background-color: rgb(105,2,39); }

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

border-color css

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

 span { border-color: rgb(105,2,39); }

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