Html Css Color HEX #69030B Burgundy

📋 copy color: '#69030B'

red 105 ◦ green 3 ◦ blue 11

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

Shades of Burgundy #69030B

Tints of Burgundy #69030B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.24%

R = 88.24%
G = 2.52%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#69030B (or 0x69030B) is known color: Burgundy. HEX triplet: 69, 03 and 0B. RGB value is (105,3,11). Sum of RGB (Red+Green+Blue) = 105+3+11=119 (15% of max value = 765). Red value is 105 (41.41% from 255 or 88.24% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 105 - color contains mainly: red. Hex color #69030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69030B is #96FCF4. Grayscale: #222222. Windows color (decimal): -9895157 or 721769. OLE color: 721769.

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

Color convert

RGB 105 3 11 -
CMYK 0 0.97 0.90 0.59
HSL 355.29º 0.94% 0.21% -
HSV(B) 355.29º 0.97% 0.41% -
XYZ 5.92 3.09 0.6 -
YUV 34.41 114.79 178.35 -
System Red Green Blue C M Y K H S L
Decimal 105 3 11 0 0.97 0.90 0.59 355.29 0.94 0.21
Hex 69 3 B 0 61 5A 3B 163 5E 15
Octal 151 3 13 0 141 132 73 543 136 25
Binary 1101001 11 1011 0 1100001 1011010 111011 101100011 1011110 10101

Color Harmonies of #69030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69030B

Black with #69030B

Text Example


Text Example

White with #69030B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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