Html Css Color HEX #670323 Burgundy

📋 copy color: '#670323'

red 103 ◦ green 3 ◦ blue 35

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

Shades of Burgundy #670323

Tints of Burgundy #670323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 24.82%

R = 73.05%
G = 2.13%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.60

RGB Variations

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

Color information

#670323 (or 0x670323) is known color: Burgundy. HEX triplet: 67, 03 and 23. RGB value is (103,3,35). Sum of RGB (Red+Green+Blue) = 103+3+35=141 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.05% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 103 - color contains mainly: red. Hex color #670323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670323 is #98FCDC. Grayscale: #242424. Windows color (decimal): -10026205 or 2294631. OLE color: 2294631.

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

Color convert

RGB 103 3 35 -
CMYK 0 0.97 0.66 0.60
HSL 340.8º 0.94% 0.21% -
HSV(B) 340.8º 0.97% 0.4% -
XYZ 5.93 3.07 1.87 -
YUV 36.55 127.13 175.4 -
System Red Green Blue C M Y K H S L
Decimal 103 3 35 0 0.97 0.66 0.60 340.8 0.94 0.21
Hex 67 3 23 0 61 42 3C 155 5E 15
Octal 147 3 43 0 141 102 74 525 136 25
Binary 1100111 11 100011 0 1100001 1000010 111100 101010101 1011110 10101

Color Harmonies of #670323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670323

Black with #670323

Text Example


Text Example

White with #670323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670323; }

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

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

background-color css

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

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

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

border-color css

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

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

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