Html Css Color HEX #670522 Burgundy

📋 copy color: '#670522'

red 103 ◦ green 5 ◦ blue 34

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

Shades of Burgundy #670522

Tints of Burgundy #670522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.52%

 BLUE value IS 34 (13.67% from 255) = 23.94%

R = 72.54%
G = 3.52%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.60

RGB Variations

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

Color information

#670522 (or 0x670522) is known color: Burgundy. HEX triplet: 67, 05 and 22. RGB value is (103,5,34). Sum of RGB (Red+Green+Blue) = 103+5+34=142 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.54% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 103 - color contains mainly: red. Hex color #670522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670522 is #98FADD. Grayscale: #252525. Windows color (decimal): -10025694 or 2229607. OLE color: 2229607.

HSL color Cylindrical-coordinate representation of color #670522: hue angle of 342.24º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670522 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 5 34 -
CMYK 0 0.95 0.67 0.60
HSL 342.24º 0.91% 0.21% -
HSV(B) 342.24º 0.95% 0.4% -
XYZ 5.94 3.11 1.8 -
YUV 37.61 125.97 174.64 -
System Red Green Blue C M Y K H S L
Decimal 103 5 34 0 0.95 0.67 0.60 342.24 0.91 0.21
Hex 67 5 22 0 5F 43 3C 156 5B 15
Octal 147 5 42 0 137 103 74 526 133 25
Binary 1100111 101 100010 0 1011111 1000011 111100 101010110 1011011 10101

Color Harmonies of #670522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670522

Black with #670522

Text Example


Text Example

White with #670522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670522; }

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

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

background-color css

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

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

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

border-color css

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

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

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