Html Css Color HEX #69000D Burgundy

📋 copy color: '#69000D'

red 105 ◦ green 0 ◦ blue 13

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

Shades of Burgundy #69000D

Tints of Burgundy #69000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 13 (5.47% from 255) = 11.02%

R = 88.98%
G = 0%
B = 11.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#69000D (or 0x69000D) is known color: Burgundy. HEX triplet: 69, 00 and 0D. RGB value is (105,0,13). Sum of RGB (Red+Green+Blue) = 105+0+13=118 (15% of max value = 765). Red value is 105 (41.41% from 255 or 88.98% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 105 - color contains mainly: red. Hex color #69000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69000D is #96FFF2. Grayscale: #202020. Windows color (decimal): -9895923 or 852073. OLE color: 852073.

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

Color convert

RGB 105 0 13 -
CMYK 0 1 0.88 0.59
HSL 352.57º 1% 0.21% -
HSV(B) 352.57º 1% 0.41% -
XYZ 5.9 3.03 0.66 -
YUV 32.88 116.79 179.44 -
System Red Green Blue C M Y K H S L
Decimal 105 0 13 0 1 0.88 0.59 352.57 1 0.21
Hex 69 0 D 0 64 58 3B 161 64 15
Octal 151 0 15 0 144 130 73 541 144 25
Binary 1101001 0 1101 0 1100100 1011000 111011 101100001 1100100 10101

Color Harmonies of #69000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69000D

Black with #69000D

Text Example


Text Example

White with #69000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69000D; }

 p { color: rgb(105,0,13); }

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

background-color css

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

 a { background-color: rgb(105,0,13); }

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

border-color css

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

 span { border-color: rgb(105,0,13); }

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