Html Css Color HEX #67030F Burgundy

📋 copy color: '#67030F'

red 103 ◦ green 3 ◦ blue 15

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

Shades of Burgundy #67030F

Tints of Burgundy #67030F

RGB

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

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

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

R = 85.12%
G = 2.48%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.60

RGB Variations

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

Color information

#67030F (or 0x67030F) is known color: Burgundy. HEX triplet: 67, 03 and 0F. RGB value is (103,3,15). Sum of RGB (Red+Green+Blue) = 103+3+15=121 (16% of max value = 765). Red value is 103 (40.62% from 255 or 85.12% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 103 - color contains mainly: red. Hex color #67030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67030F is #98FCF0. Grayscale: #222222. Windows color (decimal): -10026225 or 983911. OLE color: 983911.

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

Color convert

RGB 103 3 15 -
CMYK 0 0.97 0.85 0.60
HSL 352.8º 0.94% 0.21% -
HSV(B) 352.8º 0.97% 0.4% -
XYZ 5.71 2.98 0.73 -
YUV 34.27 117.13 177.02 -
System Red Green Blue C M Y K H S L
Decimal 103 3 15 0 0.97 0.85 0.60 352.8 0.94 0.21
Hex 67 3 F 0 61 55 3C 161 5E 15
Octal 147 3 17 0 141 125 74 541 136 25
Binary 1100111 11 1111 0 1100001 1010101 111100 101100001 1011110 10101

Color Harmonies of #67030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67030F

Black with #67030F

Text Example


Text Example

White with #67030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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