Html Css Color HEX #69030F Burgundy

📋 copy color: '#69030F'

red 105 ◦ green 3 ◦ blue 15

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

Shades of Burgundy #69030F

Tints of Burgundy #69030F

RGB

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

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

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

R = 85.37%
G = 2.44%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#69030F (or 0x69030F) is known color: Burgundy. HEX triplet: 69, 03 and 0F. RGB value is (105,3,15). Sum of RGB (Red+Green+Blue) = 105+3+15=123 (16% of max value = 765). Red value is 105 (41.41% from 255 or 85.37% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 105 - color contains mainly: red. Hex color #69030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69030F is #96FCF0. Grayscale: #222222. Windows color (decimal): -9895153 or 983913. OLE color: 983913.

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

Color convert

RGB 105 3 15 -
CMYK 0 0.97 0.86 0.59
HSL 352.94º 0.94% 0.21% -
HSV(B) 352.94º 0.97% 0.41% -
XYZ 5.94 3.1 0.74 -
YUV 34.87 116.79 178.02 -
System Red Green Blue C M Y K H S L
Decimal 105 3 15 0 0.97 0.86 0.59 352.94 0.94 0.21
Hex 69 3 F 0 61 56 3B 161 5E 15
Octal 151 3 17 0 141 126 73 541 136 25
Binary 1101001 11 1111 0 1100001 1010110 111011 101100001 1011110 10101

Color Harmonies of #69030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69030F

Black with #69030F

Text Example


Text Example

White with #69030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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