Html Css Color HEX #67031F Burgundy

📋 copy color: '#67031F'

red 103 ◦ green 3 ◦ blue 31

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

Shades of Burgundy #67031F

Tints of Burgundy #67031F

RGB

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

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

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

R = 75.18%
G = 2.19%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#67031F (or 0x67031F) is known color: Burgundy. HEX triplet: 67, 03 and 1F. RGB value is (103,3,31). Sum of RGB (Red+Green+Blue) = 103+3+31=137 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.18% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 103 - color contains mainly: red. Hex color #67031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67031F is #98FCE0. Grayscale: #242424. Windows color (decimal): -10026209 or 2032487. OLE color: 2032487.

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

Color convert

RGB 103 3 31 -
CMYK 0 0.97 0.70 0.60
HSL 343.2º 0.94% 0.21% -
HSV(B) 343.2º 0.97% 0.4% -
XYZ 5.87 3.05 1.58 -
YUV 36.09 125.13 175.72 -
System Red Green Blue C M Y K H S L
Decimal 103 3 31 0 0.97 0.70 0.60 343.2 0.94 0.21
Hex 67 3 1F 0 61 46 3C 157 5E 15
Octal 147 3 37 0 141 106 74 527 136 25
Binary 1100111 11 11111 0 1100001 1000110 111100 101010111 1011110 10101

Color Harmonies of #67031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67031F

Black with #67031F

Text Example


Text Example

White with #67031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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