Html Css Color HEX #67020E Burgundy

📋 copy color: '#67020E'

red 103 ◦ green 2 ◦ blue 14

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

Shades of Burgundy #67020E

Tints of Burgundy #67020E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.68%

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

R = 86.55%
G = 1.68%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.60

RGB Variations

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

Color information

#67020E (or 0x67020E) is known color: Burgundy. HEX triplet: 67, 02 and 0E. RGB value is (103,2,14). Sum of RGB (Red+Green+Blue) = 103+2+14=119 (15% of max value = 765). Red value is 103 (40.62% from 255 or 86.55% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 103 - color contains mainly: red. Hex color #67020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67020E is #98FDF1. Grayscale: #212121. Windows color (decimal): -10026482 or 918119. OLE color: 918119.

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

Color convert

RGB 103 2 14 -
CMYK 0 0.98 0.86 0.60
HSL 352.87º 0.96% 0.21% -
HSV(B) 352.87º 0.98% 0.4% -
XYZ 5.69 2.96 0.69 -
YUV 33.57 116.96 177.52 -
System Red Green Blue C M Y K H S L
Decimal 103 2 14 0 0.98 0.86 0.60 352.87 0.96 0.21
Hex 67 2 E 0 62 56 3C 161 60 15
Octal 147 2 16 0 142 126 74 541 140 25
Binary 1100111 10 1110 0 1100010 1010110 111100 101100001 1100000 10101

Color Harmonies of #67020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67020E

Black with #67020E

Text Example


Text Example

White with #67020E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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