Html Css Color HEX #67001B Burgundy

📋 copy color: '#67001B'

red 103 ◦ green 0 ◦ blue 27

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

Shades of Burgundy #67001B

Tints of Burgundy #67001B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 27 (10.94% from 255) = 20.77%

R = 79.23%
G = 0%
B = 20.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#67001B (or 0x67001B) is known color: Burgundy. HEX triplet: 67, 00 and 1B. RGB value is (103,0,27). Sum of RGB (Red+Green+Blue) = 103+0+27=130 (17% of max value = 765). Red value is 103 (40.62% from 255 or 79.23% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 103 - color contains mainly: red. Hex color #67001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67001B is #98FFE4. Grayscale: #212121. Windows color (decimal): -10026981 or 1769575. OLE color: 1769575.

HSL color Cylindrical-coordinate representation of color #67001B: hue angle of 344.27º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #67001B is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 0 27 -
CMYK 0 1 0.74 0.60
HSL 344.27º 1% 0.2% -
HSV(B) 344.27º 1% 0.4% -
XYZ 5.79 2.96 1.3 -
YUV 33.88 124.12 177.3 -
System Red Green Blue C M Y K H S L
Decimal 103 0 27 0 1 0.74 0.60 344.27 1 0.2
Hex 67 0 1B 0 64 4A 3C 158 64 14
Octal 147 0 33 0 144 112 74 530 144 24
Binary 1100111 0 11011 0 1100100 1001010 111100 101011000 1100100 10100

Color Harmonies of #67001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67001B

Black with #67001B

Text Example


Text Example

White with #67001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67001B; }

 p { color: rgb(103,0,27); }

 H1.HeaderClassName
 {
   color: #67001B;
 }
 .AnyTagClassName
 {
   color: #67001B;
 }
</style>

background-color css

<style>
 a { background-color: #67001B; }

 a { background-color: rgb(103,0,27); }

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

border-color css

<style>
 span { border-color: #67001B; }

 span { border-color: rgb(103,0,27); }

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