Html Css Color HEX #67011F Burgundy

📋 copy color: '#67011F'

red 103 ◦ green 1 ◦ blue 31

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

Shades of Burgundy #67011F

Tints of Burgundy #67011F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

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

R = 76.3%
G = 0.74%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#67011F (or 0x67011F) is known color: Burgundy. HEX triplet: 67, 01 and 1F. RGB value is (103,1,31). Sum of RGB (Red+Green+Blue) = 103+1+31=135 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.30% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 103 - color contains mainly: red. Hex color #67011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67011F is #98FEE0. Grayscale: #222222. Windows color (decimal): -10026721 or 2031975. OLE color: 2031975.

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

Color convert

RGB 103 1 31 -
CMYK 0 0.99 0.70 0.60
HSL 342.35º 0.98% 0.2% -
HSV(B) 342.35º 0.99% 0.4% -
XYZ 5.85 3 1.57 -
YUV 34.92 125.79 176.56 -
System Red Green Blue C M Y K H S L
Decimal 103 1 31 0 0.99 0.70 0.60 342.35 0.98 0.2
Hex 67 1 1F 0 63 46 3C 156 62 14
Octal 147 1 37 0 143 106 74 526 142 24
Binary 1100111 1 11111 0 1100011 1000110 111100 101010110 1100010 10100

Color Harmonies of #67011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67011F

Black with #67011F

Text Example


Text Example

White with #67011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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