Html Css Color HEX #670523 Burgundy

📋 copy color: '#670523'

red 103 ◦ green 5 ◦ blue 35

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

Shades of Burgundy #670523

Tints of Burgundy #670523

RGB

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

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

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

R = 72.03%
G = 3.5%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.60

RGB Variations

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

Color information

#670523 (or 0x670523) is known color: Burgundy. HEX triplet: 67, 05 and 23. RGB value is (103,5,35). Sum of RGB (Red+Green+Blue) = 103+5+35=143 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.03% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 103 - color contains mainly: red. Hex color #670523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670523 is #98FADC. Grayscale: #252525. Windows color (decimal): -10025693 or 2295143. OLE color: 2295143.

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

Color convert

RGB 103 5 35 -
CMYK 0 0.95 0.66 0.60
HSL 341.63º 0.91% 0.21% -
HSV(B) 341.63º 0.95% 0.4% -
XYZ 5.95 3.11 1.88 -
YUV 37.72 126.47 174.56 -
System Red Green Blue C M Y K H S L
Decimal 103 5 35 0 0.95 0.66 0.60 341.63 0.91 0.21
Hex 67 5 23 0 5F 42 3C 156 5B 15
Octal 147 5 43 0 137 102 74 526 133 25
Binary 1100111 101 100011 0 1011111 1000010 111100 101010110 1011011 10101

Color Harmonies of #670523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670523

Black with #670523

Text Example


Text Example

White with #670523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670523; }

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

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

background-color css

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

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

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

border-color css

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

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

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