Html Css Color HEX #67030E Burgundy

📋 copy color: '#67030E'

red 103 ◦ green 3 ◦ blue 14

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

Shades of Burgundy #67030E

Tints of Burgundy #67030E

RGB

 RED value IS 103 (40.63% from 255) = 85.83%

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

 BLUE value IS 14 (5.86% from 255) = 11.67%

R = 85.83%
G = 2.5%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.60

RGB Variations

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

Color information

#67030E (or 0x67030E) is known color: Burgundy. HEX triplet: 67, 03 and 0E. RGB value is (103,3,14). Sum of RGB (Red+Green+Blue) = 103+3+14=120 (15% of max value = 765). Red value is 103 (40.62% from 255 or 85.83% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 103 - color contains mainly: red. Hex color #67030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67030E is #98FCF1. Grayscale: #222222. Windows color (decimal): -10026226 or 918375. OLE color: 918375.

HSL color Cylindrical-coordinate representation of color #67030E: hue angle of 353.4º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #67030E is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 3 14 -
CMYK 0 0.97 0.86 0.60
HSL 353.4º 0.94% 0.21% -
HSV(B) 353.4º 0.97% 0.4% -
XYZ 5.71 2.98 0.69 -
YUV 34.15 116.63 177.11 -
System Red Green Blue C M Y K H S L
Decimal 103 3 14 0 0.97 0.86 0.60 353.4 0.94 0.21
Hex 67 3 E 0 61 56 3C 161 5E 15
Octal 147 3 16 0 141 126 74 541 136 25
Binary 1100111 11 1110 0 1100001 1010110 111100 101100001 1011110 10101

Color Harmonies of #67030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67030E

Black with #67030E

Text Example


Text Example

White with #67030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67030E; }

 p { color: rgb(103,3,14); }

 H1.HeaderClassName
 {
   color: #67030E;
 }
 .AnyTagClassName
 {
   color: #67030E;
 }
</style>

background-color css

<style>
 a { background-color: #67030E; }

 a { background-color: rgb(103,3,14); }

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

border-color css

<style>
 span { border-color: #67030E; }

 span { border-color: rgb(103,3,14); }

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