Html Css Color HEX #67031D Burgundy

📋 copy color: '#67031D'

red 103 ◦ green 3 ◦ blue 29

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

Shades of Burgundy #67031D

Tints of Burgundy #67031D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.48%

R = 76.3%
G = 2.22%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#67031D (or 0x67031D) is known color: Burgundy. HEX triplet: 67, 03 and 1D. RGB value is (103,3,29). Sum of RGB (Red+Green+Blue) = 103+3+29=135 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.30% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 103 - color contains mainly: red. Hex color #67031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67031D is #98FCE2. Grayscale: #232323. Windows color (decimal): -10026211 or 1901415. OLE color: 1901415.

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

Color convert

RGB 103 3 29 -
CMYK 0 0.97 0.72 0.60
HSL 344.4º 0.94% 0.21% -
HSV(B) 344.4º 0.97% 0.4% -
XYZ 5.85 3.04 1.44 -
YUV 35.86 124.13 175.89 -
System Red Green Blue C M Y K H S L
Decimal 103 3 29 0 0.97 0.72 0.60 344.4 0.94 0.21
Hex 67 3 1D 0 61 48 3C 158 5E 15
Octal 147 3 35 0 141 110 74 530 136 25
Binary 1100111 11 11101 0 1100001 1001000 111100 101011000 1011110 10101

Color Harmonies of #67031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67031D

Black with #67031D

Text Example


Text Example

White with #67031D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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