Html Css Color HEX #69000F Burgundy

📋 copy color: '#69000F'

red 105 ◦ green 0 ◦ blue 15

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

Shades of Burgundy #69000F

Tints of Burgundy #69000F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.5%

R = 87.5%
G = 0%
B = 12.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#69000F (or 0x69000F) is known color: Burgundy. HEX triplet: 69, 00 and 0F. RGB value is (105,0,15). Sum of RGB (Red+Green+Blue) = 105+0+15=120 (15% of max value = 765). Red value is 105 (41.41% from 255 or 87.5% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 105 - color contains mainly: red. Hex color #69000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69000F is #96FFF0. Grayscale: #212121. Windows color (decimal): -9895921 or 983145. OLE color: 983145.

HSL color Cylindrical-coordinate representation of color #69000F: hue angle of 351.43º 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 #69000F is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 0 15 -
CMYK 0 1 0.86 0.59
HSL 351.43º 1% 0.21% -
HSV(B) 351.43º 1% 0.41% -
XYZ 5.91 3.04 0.73 -
YUV 33.11 117.79 179.28 -
System Red Green Blue C M Y K H S L
Decimal 105 0 15 0 1 0.86 0.59 351.43 1 0.21
Hex 69 0 F 0 64 56 3B 15F 64 15
Octal 151 0 17 0 144 126 73 537 144 25
Binary 1101001 0 1111 0 1100100 1010110 111011 101011111 1100100 10101

Color Harmonies of #69000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69000F

Black with #69000F

Text Example


Text Example

White with #69000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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