Html Css Color HEX #67031C Burgundy

📋 copy color: '#67031C'

red 103 ◦ green 3 ◦ blue 28

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

Shades of Burgundy #67031C

Tints of Burgundy #67031C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.9%

R = 76.87%
G = 2.24%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#67031C (or 0x67031C) is known color: Burgundy. HEX triplet: 67, 03 and 1C. RGB value is (103,3,28). Sum of RGB (Red+Green+Blue) = 103+3+28=134 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.87% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 103 - color contains mainly: red. Hex color #67031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67031C is #98FCE3. Grayscale: #232323. Windows color (decimal): -10026212 or 1835879. OLE color: 1835879.

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

Color convert

RGB 103 3 28 -
CMYK 0 0.97 0.73 0.60
HSL 345º 0.94% 0.21% -
HSV(B) 345º 0.97% 0.4% -
XYZ 5.84 3.03 1.38 -
YUV 35.75 123.63 175.97 -
System Red Green Blue C M Y K H S L
Decimal 103 3 28 0 0.97 0.73 0.60 345 0.94 0.21
Hex 67 3 1C 0 61 49 3C 159 5E 15
Octal 147 3 34 0 141 111 74 531 136 25
Binary 1100111 11 11100 0 1100001 1001001 111100 101011001 1011110 10101

Color Harmonies of #67031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67031C

Black with #67031C

Text Example


Text Example

White with #67031C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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