Html Css Color HEX #67030B Burgundy

📋 copy color: '#67030B'

red 103 ◦ green 3 ◦ blue 11

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

Shades of Burgundy #67030B

Tints of Burgundy #67030B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.4%

R = 88.03%
G = 2.56%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.60

RGB Variations

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

Color information

#67030B (or 0x67030B) is known color: Burgundy. HEX triplet: 67, 03 and 0B. RGB value is (103,3,11). Sum of RGB (Red+Green+Blue) = 103+3+11=117 (15% of max value = 765). Red value is 103 (40.62% from 255 or 88.03% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 103 - color contains mainly: red. Hex color #67030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67030B is #98FCF4. Grayscale: #212121. Windows color (decimal): -10026229 or 721767. OLE color: 721767.

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

Color convert

RGB 103 3 11 -
CMYK 0 0.97 0.89 0.60
HSL 355.2º 0.94% 0.21% -
HSV(B) 355.2º 0.97% 0.4% -
XYZ 5.69 2.97 0.59 -
YUV 33.81 115.13 177.35 -
System Red Green Blue C M Y K H S L
Decimal 103 3 11 0 0.97 0.89 0.60 355.2 0.94 0.21
Hex 67 3 B 0 61 59 3C 163 5E 15
Octal 147 3 13 0 141 131 74 543 136 25
Binary 1100111 11 1011 0 1100001 1011001 111100 101100011 1011110 10101

Color Harmonies of #67030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67030B

Black with #67030B

Text Example


Text Example

White with #67030B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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