Html Css Color HEX #67010F Burgundy

📋 copy color: '#67010F'

red 103 ◦ green 1 ◦ blue 15

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

Shades of Burgundy #67010F

Tints of Burgundy #67010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.84%

 BLUE value IS 15 (6.25% from 255) = 12.61%

R = 86.55%
G = 0.84%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.60

RGB Variations

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

Color information

#67010F (or 0x67010F) is known color: Burgundy. HEX triplet: 67, 01 and 0F. RGB value is (103,1,15). Sum of RGB (Red+Green+Blue) = 103+1+15=119 (15% of max value = 765). Red value is 103 (40.62% from 255 or 86.55% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 103 - color contains mainly: red. Hex color #67010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67010F is #98FEF0. Grayscale: #212121. Windows color (decimal): -10026737 or 983399. OLE color: 983399.

HSL color Cylindrical-coordinate representation of color #67010F: hue angle of 351.76º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67010F is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 1 15 -
CMYK 0 0.99 0.85 0.60
HSL 351.76º 0.98% 0.2% -
HSV(B) 351.76º 0.99% 0.4% -
XYZ 5.69 2.94 0.72 -
YUV 33.09 117.79 177.86 -
System Red Green Blue C M Y K H S L
Decimal 103 1 15 0 0.99 0.85 0.60 351.76 0.98 0.2
Hex 67 1 F 0 63 55 3C 160 62 14
Octal 147 1 17 0 143 125 74 540 142 24
Binary 1100111 1 1111 0 1100011 1010101 111100 101100000 1100010 10100

Color Harmonies of #67010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67010F

Black with #67010F

Text Example


Text Example

White with #67010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,1,15); }

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

background-color css

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

 a { background-color: rgb(103,1,15); }

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

border-color css

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

 span { border-color: rgb(103,1,15); }

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