Html Css Color HEX #670305 Burgundy

📋 copy color: '#670305'

red 103 ◦ green 3 ◦ blue 5

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

Shades of Burgundy #670305

Tints of Burgundy #670305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.5%

R = 92.79%
G = 2.7%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.60

RGB Variations

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

Color information

#670305 (or 0x670305) is known color: Burgundy. HEX triplet: 67, 03 and 05. RGB value is (103,3,5). Sum of RGB (Red+Green+Blue) = 103+3+5=111 (14% of max value = 765). Red value is 103 (40.62% from 255 or 92.79% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 103 - color contains mainly: red. Hex color #670305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670305 is #98FCFA. Grayscale: #212121. Windows color (decimal): -10026235 or 328551. OLE color: 328551.

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

Color convert

RGB 103 3 5 -
CMYK 0 0.97 0.95 0.60
HSL 358.8º 0.94% 0.21% -
HSV(B) 358.8º 0.97% 0.4% -
XYZ 5.65 2.96 0.42 -
YUV 33.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 103 3 5 0 0.97 0.95 0.60 358.8 0.94 0.21
Hex 67 3 5 0 61 5F 3C 167 5E 15
Octal 147 3 5 0 141 137 74 547 136 25
Binary 1100111 11 101 0 1100001 1011111 111100 101100111 1011110 10101

Color Harmonies of #670305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670305

Black with #670305

Text Example


Text Example

White with #670305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670305; }

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

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

background-color css

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

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

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

border-color css

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

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

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