Html Css Color HEX #69031B Burgundy

📋 copy color: '#69031B'

red 105 ◦ green 3 ◦ blue 27

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

Shades of Burgundy #69031B

Tints of Burgundy #69031B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20%

R = 77.78%
G = 2.22%
B = 20%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#69031B (or 0x69031B) is known color: Burgundy. HEX triplet: 69, 03 and 1B. RGB value is (105,3,27). Sum of RGB (Red+Green+Blue) = 105+3+27=135 (17% of max value = 765). Red value is 105 (41.41% from 255 or 77.78% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 105 - color contains mainly: red. Hex color #69031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69031B is #96FCE4. Grayscale: #242424. Windows color (decimal): -9895141 or 1770345. OLE color: 1770345.

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

Color convert

RGB 105 3 27 -
CMYK 0 0.97 0.74 0.59
HSL 345.88º 0.94% 0.21% -
HSV(B) 345.88º 0.97% 0.41% -
XYZ 6.06 3.15 1.33 -
YUV 36.23 122.79 177.05 -
System Red Green Blue C M Y K H S L
Decimal 105 3 27 0 0.97 0.74 0.59 345.88 0.94 0.21
Hex 69 3 1B 0 61 4A 3B 15A 5E 15
Octal 151 3 33 0 141 112 73 532 136 25
Binary 1101001 11 11011 0 1100001 1001010 111011 101011010 1011110 10101

Color Harmonies of #69031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69031B

Black with #69031B

Text Example


Text Example

White with #69031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69031B; }

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

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

background-color css

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

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

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

border-color css

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

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

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