Html Css Color HEX #67041D Burgundy

📋 copy color: '#67041D'

red 103 ◦ green 4 ◦ blue 29

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

Shades of Burgundy #67041D

Tints of Burgundy #67041D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.94%

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

R = 75.74%
G = 2.94%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#67041D (or 0x67041D) is known color: Burgundy. HEX triplet: 67, 04 and 1D. RGB value is (103,4,29). Sum of RGB (Red+Green+Blue) = 103+4+29=136 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.74% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 103 - color contains mainly: red. Hex color #67041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67041D is #98FBE2. Grayscale: #242424. Windows color (decimal): -10025955 or 1901671. OLE color: 1901671.

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

Color convert

RGB 103 4 29 -
CMYK 0 0.96 0.72 0.60
HSL 344.85º 0.93% 0.21% -
HSV(B) 344.85º 0.96% 0.4% -
XYZ 5.86 3.06 1.44 -
YUV 36.45 123.8 175.47 -
System Red Green Blue C M Y K H S L
Decimal 103 4 29 0 0.96 0.72 0.60 344.85 0.93 0.21
Hex 67 4 1D 0 60 48 3C 159 5D 15
Octal 147 4 35 0 140 110 74 531 135 25
Binary 1100111 100 11101 0 1100000 1001000 111100 101011001 1011101 10101

Color Harmonies of #67041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67041D

Black with #67041D

Text Example


Text Example

White with #67041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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