Html Css Color HEX #67001F Burgundy

📋 copy color: '#67001F'

red 103 ◦ green 0 ◦ blue 31

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

Shades of Burgundy #67001F

Tints of Burgundy #67001F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 23.13%

R = 76.87%
G = 0%
B = 23.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#67001F (or 0x67001F) is known color: Burgundy. HEX triplet: 67, 00 and 1F. RGB value is (103,0,31). Sum of RGB (Red+Green+Blue) = 103+0+31=134 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.87% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 103 - color contains mainly: red. Hex color #67001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67001F is #98FFE0. Grayscale: #222222. Windows color (decimal): -10026977 or 2031719. OLE color: 2031719.

HSL color Cylindrical-coordinate representation of color #67001F: hue angle of 341.94º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #67001F is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 0 31 -
CMYK 0 1 0.70 0.60
HSL 341.94º 1% 0.2% -
HSV(B) 341.94º 1% 0.4% -
XYZ 5.84 2.98 1.56 -
YUV 34.33 126.12 176.98 -
System Red Green Blue C M Y K H S L
Decimal 103 0 31 0 1 0.70 0.60 341.94 1 0.2
Hex 67 0 1F 0 64 46 3C 156 64 14
Octal 147 0 37 0 144 106 74 526 144 24
Binary 1100111 0 11111 0 1100100 1000110 111100 101010110 1100100 10100

Color Harmonies of #67001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67001F

Black with #67001F

Text Example


Text Example

White with #67001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,0,31); }

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

background-color css

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

 a { background-color: rgb(103,0,31); }

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

border-color css

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

 span { border-color: rgb(103,0,31); }

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